Forwarded from اللجنة العلمية CS 22 (♤Rm. Al-Yemen)
All buyers must have their................ before they complete the transaction.
Anonymous Quiz
72%
account
15%
customer
14%
web
Forwarded from اللجنة العلمية CS 22 (♤Rm. Al-Yemen)
I don't know how to buy online......... i'll check online tutorials.
Anonymous Quiz
67%
but
26%
so
7%
because
Forwarded from اللجنة العلمية CS 22 (♤Rm. Al-Yemen)
I'd recommend that we connect the LAN to a/an..............so you can link to the internet
Anonymous Quiz
24%
computer
27%
internet
49%
WAN
Forwarded from اللجنة العلمية CS 22 (♤Rm. Al-Yemen)
Forwarded from اللجنة العلمية CS 22 (♤Rm. Al-Yemen)
channel incoming data but shares the bandwidth..........
Anonymous Quiz
29%
a switch
60%
a hub
11%
a router
Forwarded from اللجنة العلمية CS 22 (♤Rm. Al-Yemen)
.................... adding a repeater then?
Anonymous Quiz
71%
How about
14%
Why don't you
15%
all of them
Forwarded from اللجنة العلمية CS 22 (♤Rm. Al-Yemen)
which one is a computer Dos
Anonymous Quiz
35%
liad unauthorised software
24%
clean your hardware with a household cleaner
41%
keep your keybord and screen clean
Forwarded from اللجنة العلمية CS 22 (♤Rm. Al-Yemen)
Expressing prohibition....
Anonymous Quiz
21%
a requirement
37%
We can use it to give advice
42%
all of them
Forwarded from اللجنة العلمية CS 22 (♤Rm. Al-Yemen)
used for cutting wire or removing the insulation......
Anonymous Quiz
21%
tweezers
55%
stripper
24%
pliers
Forwarded from اللجنة العلمية CS 22 (♤Rm. Al-Yemen)
Forwarded from اللجنة العلمية CS 22 (♤Rm. Al-Yemen)
Spreads without the user taking action and usually acts in operation system..........
Anonymous Quiz
23%
virus
14%
trojan
63%
worm
Forwarded from اللجنة العلمية CS 22 (♤Rm. Al-Yemen)
Forwarded from اللجنة العلمية CS 22 (♤Rm. Al-Yemen)
We use....... to talk about things that are possible now or in the future.
Anonymous Quiz
12%
used to
17%
used for
72%
might
Forwarded from اللجنة العلمية CS 22 (♤Rm. Al-Yemen)
When you work on the computer you should......
Anonymous Quiz
15%
keep your shoulders relaxed
14%
your lower back should be supported
71%
all of them
Forwarded from اللجنة العلمية CS 22 (♤Rm. Al-Yemen)
We use......... when it is necessary not to do something
Anonymous Quiz
25%
a strong recommendations
40%
a rule or requirement
35%
all of them
Forwarded from اللجنة العلمية CS 22 (♤Rm. Al-Yemen)
An effort to gain unauthorised access to a computer.......
Anonymous Quiz
69%
malware attack
13%
Trojan
18%
spyware
Forwarded from اللجنة العلمية CS 22 (♤Rm. Al-Yemen)
Forwarded from اللجنة العلمية CS 22 (♤Rm. Al-Yemen)
The server will send a payment request to a payment...........
Anonymous Quiz
44%
gateway
34%
bank
22%
customer
Forwarded from اللجنة العلمية CS 22 (حسام⚜🖤)
it doesn't take control of computer system but affects privacy
Anonymous Quiz
17%
virus
11%
trojan
17%
adware
55%
spyware
Forwarded from IS AM 2022 (M .Al-mamari)
What will be the output?
#include <iostream.h>
using namespace std; int main() { int numbers [5]={22,25,32,46,66}, sum = 0; for (int i = 0; i < 5; ++i) { sum += numbers[i]; } cout << "Sum = " << sum << endl; return 0; }
#include <iostream.h>
using namespace std; int main() { int numbers [5]={22,25,32,46,66}, sum = 0; for (int i = 0; i < 5; ++i) { sum += numbers[i]; } cout << "Sum = " << sum << endl; return 0; }
Anonymous Quiz
27%
Error
47%
191
5%
0
22%
None above
Forwarded from IS AM 2022 (M .Al-mamari)
What will be the output of the following C++ program:
#include<iostream>
using namespace std; int main(){ int a=1; cout<<(a++)*(++a)<<endl; return 0; }
#include<iostream>
using namespace std; int main(){ int a=1; cout<<(a++)*(++a)<<endl; return 0; }
Anonymous Quiz
10%
1
10%
6
44%
2
36%
3