اللجنة العلمية_مستوى أول – 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 IS AM 2022 (M .Al-mamari)
What will be the output of the following program?
#include <iostream>
using namespace std; int main() { int num[4]={4,5,6,8}, sum = 0; for (int i = 0; i < 4; ++i) { sum += num[i]; } cout << "Sum = " << sum << endl; return 0؛
Anonymous Quiz
70%
23
15%
24
11%
25
4%
28
Forwarded from IS AM 2022 (M .Al-mamari)
 What is the output of the following program?
#include<iostream>
#include<math.h> using namespace std; int main() { int num=10,num1=2,out; out = num*pow(num,num1); out = out % 2; out += 1; cout<<out; return 0; }
Anonymous Quiz
16%
0
53%
1
18%
2
13%
01
Forwarded from IS AM 2022 (M .Al-mamari)
What is the output of the following program?
#include <iostream>
using namespace std; int main() { int n=365, reverse=0, rem; while(n!=0) { rem=n%10; reverse=reverse*10+rem; n/=10; } cout<<reverse<<endl; return 0; }
Anonymous Quiz
10%
573
32%
563
52%
Error
7%
All above
Forwarded from IS AM 2022 (M .Al-mamari)
 What will be the output of the following program?
#include <iostream>
using namespace std; int main() { int a[] = {2,3,6,9}; cout << (1 + 1)[a] + (a + 2)[1]; }
Anonymous Quiz
31%
15
28%
18
19%
12
21%
21
Forwarded from IS AM 2022 (M .Al-mamari)
 What is the output of the following program?
#include<iostream>
using namespace std; int main() { int dec=6, bin[10], i=0; while(dec!=0) { bin[i] = dec%2; i++; dec = dec/2; } for(i=(i-1); i>=0; i--) cout<<bin[i]; return 0; }
Anonymous Quiz
41%
110
20%
111
26%
112
13%
101
Forwarded from IS AM 2022 (M .Al-mamari)
What is the output of the following program?
#include<iostream>
using namespace std; int main(){ int n = 128,a=0; int res = n/a; cout<<res; return 0; }
Anonymous Quiz
26%
128
6%
1
19%
0
50%
Error
ترجمة_مقرر_اساسيات_IT_من_شبتر_9الى12_HAM.pdf
20.6 MB
ترجمة مقرر اساسيات تكنولوجيا المعلومات من شبتر 9الى شبتر 12 كامل


#اللجنة_العلمية
Forwarded from اللجنة العلمية CS 22 (♤ Rm.)
نماذج الاختبار النهائي - سنة أولى-الترم الثاني.