👍3👏1🤩1
👍2🤩1
👍2🤩1
اول شخص يصنع حاسبه للجمع و الطرح عام
1642م
The first person to make a calculator for addition and subtraction in general 1642 AD
1642م
The first person to make a calculator for addition and subtraction in general 1642 AD
Anonymous Quiz
17%
ليابناتز liabnatz
28%
شارل باباج sharal babag
55%
باكسال baxal
👍1🤩1
اول شخص قام ببناء حاسبة ( ميكانيكية ) عام 1642 للجمع و الطرح
هو ؟؟؟؟
The first person to build a calculator (mechanical) in 1642 for the collection and the subtraction is ????
هو ؟؟؟؟
The first person to build a calculator (mechanical) in 1642 for the collection and the subtraction is ????
Anonymous Quiz
73%
باسكال pasckal
17%
ليالناتز liabnatz
11%
ايرلوك lirlok
👍3🤩1
عام 1957 ظهرت اول لغة برمجة عالية المستوئ تسمئ
Anonymous Quiz
33%
كوبل COBOL
39%
فورترن FORTRAN
28%
بايثون Python
👍2🤩1
تم تصميم اول حاسبة ( اوتوماتيكية ) عام 1944 وسميت مارك_1
علئ يد العالم ....
علئ يد العالم ....
Anonymous Quiz
11%
شارال باباج
35%
هوارد ايكن / IBM
54%
باسكال
🤩2👍1
🤩2👍1🤔1
👍1🤩1
ثالث جيل للحاسوب هو جيل ....
Anonymous Quiz
28%
الترانزستور
22%
الحاسوب الدقيق
50%
الدوائر المتكاملة
👍1🤩1💩1
👍3🤩1
خامس جيل للحاسوب هو جيل ....
Anonymous Quiz
16%
الحاسوب الدقيق
15%
الترانزستور
69%
الحاسوب بحجم الكف
❤2👍2🤩2👏1
حاسوب يستعمل المعلومات المتقطعه و المتغيرات بواسطة الاعداد و يعتبر ملائما للاستعمالات التجارية و العلمية وهو من اكثر الحاسبات مرونة في تنفيذ العمليات
Anonymous Quiz
15%
الحاسبات التناظرية
63%
الحاسبات الرقمية
22%
الحاسبات الهجينة
👍2🤩1
//c++
#include<iostream>
using namespace std; int main() { int c , a = 1 , b = 2; c = a++ + ++b; cout << c << "\n" << a << "\n" << b; }
#include<iostream>
using namespace std; int main() { int c , a = 1 , b = 2; c = a++ + ++b; cout << c << "\n" << a << "\n" << b; }
Anonymous Quiz
56%
4 2 3
28%
1 2 3
16%
4 5 6
🥰1
//c++
#include <iostream>
using namespace std; int main() { int size = 8; int arr[size]; if (arr[5]) cout << "Good"; else cout << "Learning"; return 0; }
#include <iostream>
using namespace std; int main() { int size = 8; int arr[size]; if (arr[5]) cout << "Good"; else cout << "Learning"; return 0; }
Anonymous Quiz
41%
Good
45%
Learning
14%
None
👍1