Free Computer Fundamentals MCQs with Answers

282 Computer Fundamentals 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.

Last updated

282 questions · page 22 of 29

211. _____________computers operates essentially by counting?

  • A. Portable computer
  • B. Hybrid computer
  • C. Analog computer
  • D. Digital computer

Explanation: Digital computers process information using discrete values, especially binary digits, and therefore operate by counting. Analog computers work with continuously varying physical quantities.

Correct answer: Digital computer

212. The first electronic computer was developed by____________?

  • A. J.V. Attansoff
  • B. Bill Gates
  • C. Simur Cray
  • D. Winton Serf

Explanation: John Vincent Atanasoff, with Clifford Berry, developed the Atanasoff-Berry Computer, one of the first electronic digital computers. The option spells Atanasoff incorrectly, but it clearly refers to him.

Correct answer: J.V. Attansoff

213. The thing that eventually terminates a worm virus is a lack of:

  • A. Memory or disk space.
  • B. Time.
  • C. CD drives space.
  • D. CD-RW.

Explanation: A worm continuously copies itself and consumes available memory or disk space. It eventually stops spreading when these resources are exhausted.

Correct answer: Memory or disk space.

214. What type of virus uses computer hosts to reproduce itself?

  • A. Time bomb
  • B. Worm
  • C. Melissa virus
  • D. Macro virus

Explanation: A worm reproduces by using computers connected to a network as hosts and then spreading to other systems. A time bomb waits for a condition, while a macro virus infects documents.

Correct answer: Worm

215. An intentionally disruptive program that spreads from program to program or from disk to disk is known as a_____________?

  • A. Trojan horse.
  • B. Virus.
  • C. Time bomb.
  • D. Time-related bomb sequence.

Explanation: A virus is intentionally disruptive code that attaches to or spreads through programs and storage media. A Trojan horse disguises its harmful behavior as a useful program rather than primarily spreading this way.

Correct answer: Virus.

216. Malicious software is known as____________?

  • A. Badware.
  • B. Malware.
  • C. Maliciousware.
  • D. Illegalware

Explanation: Malware is the standard term formed from “malicious software,” covering viruses, worms, Trojan horses, spyware and similar threats. The other terms are not standard computing terminology.

Correct answer: Malware.

217. Collecting personal information and effectively posing as another individual is known as the crime of_____________?

  • A. Spooling.
  • B. Identity theft.
  • C. Spoofing.
  • D. Hacking.

Explanation: Identity theft involves obtaining personal information and using it to impersonate the victim. Spoofing is the broader act of pretending to be a trusted person or system, often online.

Correct answer: Identity theft.

218. The typical computer criminal is a(n)____________?

  • A. Young hacker.
  • B. Trusted employee with no criminal record.
  • C. Trusted employee with a long, but unknown criminal record.
  • D. Overseas young cracker.Fun & Trivia

Explanation: Many computer crimes are committed by insiders because trusted employees already have legitimate access to systems and data. The question uses “typical” broadly, but option b reflects the commonly taught insider-threat pattern.

Correct answer: Trusted employee with no criminal record.

219. The computer abbreviation KB usually means____________?

  • A. Key Block
  • B. Kernel Boot
  • C. Kilo Byte
  • D. Kit Bit

Explanation: KB traditionally means kilobyte, a unit of digital storage equal to 1,024 bytes in binary-based usage. “Kilo Byte” is the only matching option.

Correct answer: Kilo Byte

220. Large transaction processing systems in automated organisations use___________?

  • A. Online processing
  • B. Batch Processing
  • C. Once-a-day Processing
  • D. End-of-day processing

Explanation: Batch processing collects many transactions and processes them together, making it suitable for large-volume transaction systems. Online processing handles transactions individually and immediately.

Correct answer: Batch Processing