Computer Science Exam MCQs - Part 5

Multiple-choice questions (MCQs) on the introduction to computing


41. What is the primary function of a CPU (Central Processing Unit)?
   a) Store data
   b) Execute instructions
   c) Display graphics
   d) Connect to the internet


42. Which of the following is considered a high-level programming language?
   a) Assembly language
   b) C
   c) Machine language
   d) Binary code


43. What does RAM stand for in computing?
   a) Readable Access Memory
   b) Random Access Memory
   c) Rapid Access Memory
   d) Retained Access Memory


44. Which of the following is an example of a secondary storage device?
   a) RAM
   b) Hard disk drive
   c) CPU
   d) Cache memory


45. What does HTML stand for in web development?
   a) Hyper Text Markup Language
   b) High Tech Markup Language
   c) Hypertext Transfer Language
   d) Hyperlink Text Markup Logic


46. Which of the following is NOT a type of computer network?
   a) LAN (Local Area Network)
   b) WAN (Wide Area Network)
   c) CPU (Central Processing Unit)
   d) WLAN (Wireless Local Area Network)


47. What is the purpose of an operating system?
   a) Run applications
   b) Manage hardware resources
   c) Both a and b
   d) Neither a nor b


48. What is the binary equivalent of the decimal number 10?
   a) 0010
   b) 0100
   c) 1010
   d) 1111
   e) 0001


49. What is the primary function of a modem?
   a) Convert digital signals to analog signals
   b) Convert analog signals to digital signals
   c) Store data temporarily
   d) Perform mathematical calculations
   e) both a and b


50. Which of the following is an example of an input device?
    a) Monitor
    b) Printer
    c) Keyboard
    d) Speakers



--- Continued



Answer Keys


41. b) Execute instructions
42. b) C
43. b) Random Access Memory
44. b) Hard disk drive
45. a) Hyper Text Markup Language
46. c) CPU (Central Processing Unit)
47. c) Both a and b
48. c) 1010
49. e) both a and b
50. c) Keyboard


Comments

Popular posts from this blog

Quotation marks to wrap an element in HTML

The Basic Structure of a Full-Stack Web App

Unlocking Web Design: A Guide to Mastering CSS Layout Modes