All Free Computer Science and IT MCQs with Answers

Every Computer Science and IT question in the bank, across all chapters, each with the correct answer and a written explanation. Free and unlimited, with no account needed.

1258 questions · page 42 of 126

411. _______________are system software to facilitate editing of text and data?

  • A. MS Word
  • B. Editors
  • C. PowerPoint
  • D. MS publisher

Explanation: Editors are software tools used to create or modify text and data. MS Word is a particular word-processing application, whereas PowerPoint and Publisher serve presentation and publishing tasks.

Correct answer: Editors

412. _______________are specific to users' needs?

  • A. System software
  • B. Application software
  • C. Assemblers
  • D. Compilers

Explanation: Application software is created to perform tasks for users, such as word processing, accounting, or web browsing. System software manages the computer itself, while assemblers and compilers are language-processing utilities.

Correct answer: Application software

413. ____________are used for plotting graphs and design on papers?

  • A. Trackball
  • B. Joystick
  • C. Light pen
  • D. Plotters

Explanation: Plotters produce precise drawings, graphs, and engineering designs on paper. A trackball, joystick, and light pen are input devices rather than paper-output devices.

Correct answer: Plotters

414. Touch Screen is___________?

  • A. Input device
  • B. Output device
  • C. Both A & B above
  • D. None of these

Explanation: A touch screen displays information like a monitor and also accepts touch commands like an input device, so it performs both functions. This dual role distinguishes it from an ordinary monitor.

Correct answer: Both A & B above

415. Cathode Ray Tube is a form of__________?

  • A. Keyboard
  • B. Mouse
  • C. Monitor
  • D. Mother board

Explanation: A cathode-ray tube is the display technology used in traditional CRT monitors. It is not a keyboard, mouse, or motherboard.

Correct answer: Monitor

416. To prevent the loss of data during power failures, use a(n)_____________?

  • A. Encryption program
  • B. Surge protector
  • C. Firewall
  • D. UPS

Explanation: A UPS supplies temporary backup power when the main supply fails, allowing work to be saved and systems to shut down safely. A surge protector guards against voltage spikes but does not provide power during an outage.

Correct answer: UPS

417. Which of the following is not a storage medium?

  • A. Hard disk
  • B. Flash drive
  • C. DVD
  • D. scanner

Explanation: A hard disk, flash drive and DVD store data, whereas a scanner captures documents or images and sends them to a computer. Therefore, the scanner is not a storage medium.

Correct answer: scanner

418. Which of the following does not store data permanently?

  • A. ROM
  • B. RAM
  • C. Floppy Disk
  • D. Hard Disk

Explanation: RAM is volatile memory, so its contents disappear when power is removed. ROM, floppy disks and hard disks retain data without continuous power.

Correct answer: RAM

419. When a computer is switched on, the booting process performs___________?

  • A. Integrity Test
  • B. Power-On Self-Test
  • C. Correct Functioning Test
  • D. Reliability Test

Explanation: When power is switched on, the firmware performs the Power-On Self-Test, or POST, to check essential hardware such as memory and the keyboard. It then begins loading the operating system.

Correct answer: Power-On Self-Test

420. Which part of the computer is directly involved in executing the instructions of the computer program?

  • A. The scanner
  • B. The main storage
  • C. The secondary storage
  • D. The processor

Explanation: The processor, or CPU, fetches, decodes and executes program instructions. Storage devices hold instructions, but they do not execute them.

Correct answer: The processor