The document contains multiple-choice questions (MCQs) related to computer and IT literacy, covering topics such as input devices, software, operating systems, networking, programming, and data structures. Each question is followed by the correct answer. It serves as a study guide for individuals looking to enhance their knowledge in computer and IT concepts.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
2 views
Computer & It
The document contains multiple-choice questions (MCQs) related to computer and IT literacy, covering topics such as input devices, software, operating systems, networking, programming, and data structures. Each question is followed by the correct answer. It serves as a study guide for individuals looking to enhance their knowledge in computer and IT concepts.
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3
COMPUTER & IT LITERACY MCQS
1. Which of the following is an input device?
A) Monitor B) Printer C) Mouse D) Speaker Answer: C) Mouse 2. Which one is the "brain" of the computer? A) RAM B) Hard Drive C) CPU D) Monitor Answer: C) CPU 3. Which software is used to type documents? A) MS Word B) MS Excel C) MS PowerPoint D) Adobe Photoshop Answer: A) MS Word 4. What does "www" stand for? A) World Word Web B) Wide Web World C) World Wide Web D) Web World Wide Answer: C) World Wide Web 5. Which of the following is an example of operating system? A) Microsoft Excel B) Windows 10 C) Adobe Reader D) Google Chrome Answer: B) Windows 10 6. What is the function of RAM in a computer? A) Store permanent data B) Process input/output C) Temporary memory for active tasks D) Control internet connection Answer: C) Temporary memory for active tasks 7. Which of the following languages is used for web development? A) Python B) HTML C) Java D) C++ Answer: B) HTML 8. Which device connects computers over a network? A) Monitor B) Switch C) Keyboard D) Plotter Answer: B) Switch 9. Which of the following is NOT a type of network? A) LAN B) WAN C) PAN D) CANVAS Answer: D) CANVAS 10. In programming, what does a loop do? A) Stops execution B) Repeats instructions C) Skips lines D) Deletes variables Answer: B) Repeats instructions 11. Which command is used in MS-DOS to list files in a directory? A) DIR B) LIST C) SHOW D) RUN Answer: A) DIR 12. Which of the following is a valid IP address? A) 192.168.0.1 B) 500.120.1.45 C) 123.456.78.90 D) 256.100.50.25 Answer: A) 192.168.0.1 13. Which layer of the OSI model is responsible for encryption and compression? A) Transport B) Presentation C) Application D) Session Answer: B) Presentation 14. In databases, what does SQL stand for? A) Simple Query Logic B) Structured Query Language C) Secure Query Language D) Statement Query Logic Answer: B) Structured Query Language 15. Which protocol is used to send emails? A) FTP B) HTTP C) SMTP D) SNMP Answer: C) SMTP 16. Which data structure uses LIFO (Last In First Out)? A) Queue B) Array C) Stack D) Linked List Answer: C) Stack 17. Which of the following is NOT a characteristic of object-oriented programming? A) Encapsulation B) Polymorphism C) Inheritance D) Compilation Answer: D) Compilation 18. What does the ping command do in networking? A) Lists files B) Tests connectivity C) Encrypts data D) Deletes temporary files Answer: B) Tests connectivity 19. Which port number is used by HTTPS? A) 80 B) 21 C) 443 D) 110 Answer: C) 443 20. What is the output of this Python code: print (2 ** 3)? A) 6 B) 8 C) 9 D) 5 Answer: B) 8