Free Hardware and Software MCQs with Answers

161 Hardware and Software MCQs from Computer Science and IT, each with the correct answer and a written explanation of why it is correct. Free and unlimited, with no account needed.

161 questions · page 11 of 17

101. Operating system is like a______?

  • A. Government
  • B. Police
  • C. Parliament
  • D. All of above

Explanation: An operating system manages hardware resources and coordinates the activities of programs, much like a government manages a country’s resources and operations. The government analogy is the standard single answer; the other comparisons are not equivalent OS functions.

Correct answer: Government

102. Which one is not a nickname of a version of Andriod?

  • A. Honeycomb
  • B. Cupcake
  • C. Gingerbread
  • D. Muffin

Explanation: Honeycomb, Cupcake, and Gingerbread were official Android version codenames. Muffin was not an official Android codename, although it is sometimes mentioned as a rumored or proposed name.

Correct answer: Muffin

103. Windows 10 was launched in which year?

  • A. 2012
  • B. 2013
  • C. 2015
  • D. 2014Science

Explanation: Windows 10 was officially released on July 29, 2015. The earlier years refer to development or earlier Windows releases, not the public launch of Windows 10.

Correct answer: 2015

104. IC are classified on the basis of_____________?

  • A. Manufacturing company
  • B. Type of computer
  • C. Number of transistors
  • D. None of these

Explanation: Integrated circuits are commonly classified as SSI, MSI, LSI, or VLSI according to the number of components or transistors they contain. The number of transistors therefore indicates the IC's integration level.

Correct answer: Number of transistors

105. Which of the printers used in conjunction with computers uses dry ink powder?

  • A. Daisy wheel printer
  • B. Line printer
  • C. Laser printer
  • D. Thermal printer

Explanation: Laser printers use dry powdered toner, which is transferred to paper and fixed with heat. Daisy-wheel and line printers use impact mechanisms, while thermal printers use heat-sensitive paper or ribbons.

Correct answer: Laser printer

106. Which of the following memories must be refreshed many times per second?

  • A. Static RAM
  • B. Dynamic RAM
  • C. EPROM
  • D. ROM

Explanation: Dynamic RAM stores bits in capacitors that gradually lose their charge, so it must be refreshed repeatedly. Static RAM retains data while powered and does not require this refresh cycle.

Correct answer: Dynamic RAM

107. The programs which are as permanent as hardware and stored in ROM is known as___________?

  • A. Hardware
  • B. Software
  • C. Firmware
  • D. ROM ware

Explanation: Firmware is software stored in non-volatile memory such as ROM or flash and used to control hardware. It is not hardware itself, even though it is more permanent than ordinary application software.

Correct answer: Firmware

108. Which of the following is a secondary memory device?

  • A. Keyboard
  • B. Disk
  • C. ALU
  • D. All of the above

Explanation: A disk stores data for long-term use and is therefore secondary memory. A keyboard is an input device and the ALU is a CPU component, so neither is memory.

Correct answer: Disk

109. Microprocessors can be used to make________________?

  • A. Computer
  • B. Digital systems
  • C. Calculators
  • D. All of the above

Explanation: A microprocessor is a programmable processing unit used in computers, calculators, and many other digital systems. Thus, all three listed applications are valid.

Correct answer: All of the above

110. Memory unit is one part of____________?

  • A. Input device
  • B. Control unit
  • C. Output device
  • D. Central Processing Unit

Explanation: In the traditional computer organization model, the CPU contains the arithmetic and logic unit, control unit, and memory unit or registers. Therefore, the memory unit is treated as part of the central processing unit here.

Correct answer: Central Processing Unit