C language – 50 Program
C language – 50 Program Q1 WAP in c to display “Hello C Program” on the Screen. #include //#include //void main() { int main() { printf(“Hello C Program”); return 0;//getch(); } Output- Hello C Program…
C language – 50 Program Q1 WAP in c to display “Hello C Program” on the Screen. #include //#include //void main() { int main() { printf(“Hello C Program”); return 0;//getch(); } Output- Hello C Program…
Output Device – इनपुट डिवाइस क्या है? आउटपुट डिवाइस क्या है? – आउटपुट डिवाइस वे डिवाइस होते हैं, जो कंप्यूटर या किसी अन्य इलेक्ट्रॉनिक सिस्टम से प्राप्त डेटा को उपयोगकर्ता को समझने योग्य रूप में…
Input Device – इनपुट डिवाइस क्या है? इनपुट डिवाइस क्या है? – इनपुट डिवाइस एक ऐसा हार्डवेयर उपकरण है, जिसका उपयोग कंप्यूटर को डेटा और निर्देश देने के लिए किया जाता है। इन डिवाइसों के…
IT Tools And Networks (ITD-101) Unit 1 – Computer Appreciation and Basics Characteristics of Computers- Input Device Output Device Storage Units CPU Overview of Computer Systems Binary Number System and Conversions Binary-Coded Decimal (BCD) ASCII…
PGDCA Syllabus ITD 101- IT Tools and Networks Unit 1 – Computer Appreciation and Basics Characteristics of Computers-Input, Output, Storage Units, CPUOverview of Computer SystemsBinary Number System and ConversionsBinary-Coded Decimal (BCD), ASCII Code Central Processing…