اللجنة العلمية_مستوى أول – Telegram
اللجنة العلمية_مستوى أول
3.03K subscribers
375 photos
58 videos
1.06K files
260 links
القنوات العملية المركزية:
سنة اولى/ https://news.1rj.ru/str/USذF_Computer1
سنه ثانية/ https://news.1rj.ru/str/USF_computer2
سنة ثالثة/ https://news.1rj.ru/str/USF_Computer3
سنة رابعة/ https://news.1rj.ru/str/USF_Computer4

تم ارشفة اغلب قنوات ومجموعات الدفع السابقة ، وهي مثبته
Download Telegram
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)
We can start a sentence with.......
Anonymous Quiz
84%
because
9%
and
7%
but
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)
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)
We use after used/use for......
Anonymous Quiz
55%
verb-ing
19%
past participle
26%
verb1
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)
blocks unauthorised access cods.....
Anonymous Quiz
57%
encryption
27%
firewall
16%
authentication
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)
Sport results is an example of:
Anonymous Quiz
12%
B2B
15%
B2C
73%
M-commerce
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; }
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; }
Anonymous Quiz
10%
1
10%
6
44%
2
36%
3
Forwarded from IS AM 2022 (M .Al-mamari)
What will be the value of x in the following C++ program
#include<iostream>
using namespace std; int main(){ int a=1; int x=(a++)++; cout<<x<<endl; return 0; }
Anonymous Quiz
48%
Compile Time Error
25%
3
6%
1
21%
2
Forwarded from IS AM 2022 (M .Al-mamari)
What is the size of void in C++?
Anonymous Quiz
49%
0
23%
1
18%
2
9%
4