fa
Feedback
اللجنة العلمية_مستوى أول

اللجنة العلمية_مستوى أول

رفتن به کانال در Telegram

القنوات العملية المركزية: سنة اولى/ https://t.me/USذF_Computer1 سنه ثانية/ https://t.me/USF_computer2 سنة ثالثة/ https://t.me/USF_Computer3 سنة رابعة/ https://t.me/USF_Computer4 تم ارشفة اغلب قنوات ومجموعات الدفع السابقة ، وهي مثبته

نمایش بیشتر
3 201
مشترکین
اطلاعاتی وجود ندارد24 ساعت
+427 روز
+28230 روز
آرشیو پست ها
+1
عربي-د-أميرة زيدان.pdf7.73 KB

نماذج الاختبار النهائي - سنة أولى-الترم الثاني.

الثقافة_الوطنية_نظم_معلومات_موازي.pdf4.71 KB

الثقافة_الوطنية_نظم_معلومات_صباحي.pdf4.65 KB

الثقافة_الوطنية_علوم_حاسوب_مسائي_.pdf4.80 KB

الثقافة_الوطنية_علوم_حاسوب_صباحي_.pdf4.77 KB

الثقافة الوطنية التقنية صباحي.pdf4.66 KB

ترجمة مقرر اساسيات تكنولوجيا المعلومات من شبتر 9الى شبتر 12 كامل ✅ #اللجنة_العلمية✅

Repost from N/a
+2
لغة عربية 2.pdf8.07 KB

Repost from N/a
+1
إمتحان_الرياضيات_المتقطعة__حنان.pdf2.21 KB

Repost from N/a
+2
النموذج_الرابع_رياضيات_متقطعة_IT_PM_1.pdf2.50 KB

Repost from IS AM 2022
What is the output of the following program? #include using namespace std; int main(){ int n = 128,a=0; int res = n/a; cout<
Anonymous voting

Repost from IS AM 2022
 What is the output of the following program? #include 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<
Anonymous voting

Repost from IS AM 2022
 What will be the output of the following program? #include using namespace std; int main() { int a[] = {2,3,6,9}; cout << (1 + 1)[a] + (a + 2)[1]; }
Anonymous voting

Repost from IS AM 2022
What is the output of the following program? #include using namespace std; int main() { int n=365, reverse=0, rem; while(n!=0) { rem=n%10; reverse=reverse*10+rem; n/=10; } cout<
Anonymous voting

Repost from IS AM 2022
 What is the output of the following program? #include #include using namespace std; int main() { int num=10,num1=2,out; out = num*pow(num,num1); out = out % 2; out += 1; cout<
Anonymous voting

Repost from IS AM 2022
What will be the output of the following program? #include 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 voting

Repost from IS AM 2022
#include using namespace std; int main () { int array[] = {0, 2, 4, 6, 7, 5, 3}; int n, result = 0; for (n = 0; n < 8; n++) }result += array[n]; } cout << result return0; }
Anonymous voting