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.

282 questions · page 7 of 29

61. The unit of measurement of a word length is?

  • A. Metre
  • B. Byte
  • C. Bits
  • D. Millimetre

Explanation: A computer's word length is measured in bits, such as 16-bit, 32-bit, or 64-bit. Bytes measure storage capacity, not the number of bits processed as one word.

Correct answer: Bits

62. _________ is a type of computing that performs computation, storage and even applications as a service across a network.

  • A. Cloud Computing
  • B. Distributed Computing
  • C. Parallel Computing
  • D. Virtual Computing

Explanation: Cloud computing delivers computing resources such as storage, processing, and applications as services over a network, usually the Internet. Distributed and parallel computing describe how processing is organised, not necessarily how it is offered as a service.

Correct answer: Cloud Computing

63. Programs that duplicate the functionality of one system on another system is known as

  • A. Emulators
  • B. Simulators
  • C. Evaluators
  • D. PCB

Explanation: An emulator reproduces the functionality or behaviour of one system on another system, allowing software designed for the original system to run there. A simulator generally models behaviour without necessarily reproducing the complete operating environment.

Correct answer: Emulators

64. Cache memory works on the principle of ___________ .

  • A. Locality of data
  • B. Locality of reference
  • C. Locality of Memory
  • D. Locality of Memory & refer

Explanation: Cache memory relies on locality of reference: recently used data and nearby data are likely to be used again soon. This includes temporal locality and spatial locality.

Correct answer: Locality of reference

65. _________ changes each time it is installed to avoid detection by antivirus software.

  • A. Polymorphic virus
  • B. Worm
  • C. Logic bomb
  • D. Trojan horse

Explanation: A polymorphic virus changes its code or appearance, often through encryption or mutation, to make signature-based antivirus detection more difficult. Worms spread independently, but do not specifically change form for this purpose.

Correct answer: Polymorphic virus

66. Related to computers, what is 'Wetware' ?

  • A. Computer programs
  • B. Circuitory
  • C. Human brain
  • D. Chemical storage devices

Explanation: Wetware refers to the human element of computing, especially the brain and nervous system, by analogy with hardware and software. It does not mean programs or electronic circuitry.

Correct answer: Human brain

67. In the memory hierarchy the fastest memory is?

  • A. Cache
  • B. SRAM
  • C. Registers
  • D. DRAM

Explanation: CPU registers are the fastest storage locations because they are inside the processor and are accessed directly during instruction execution. Cache is faster than main memory but generally slower than registers.

Correct answer: Registers

68. In IT terminology failure in the kernel is called as:

  • A. Crash
  • B. Crash dump
  • C. Dump
  • D. kernel error

Explanation: A failure that causes the operating-system kernel to stop functioning is generally called a crash. A crash dump is the diagnostic data recorded after such a failure, not the failure itself.

Correct answer: Crash

69. What is the name of a memory buffer used to accommodate a speed differential?

  • A. Cache
  • B. Stack Pointer
  • C. Accumulator
  • D. Disc (SSC CG)

Explanation: A cache is a high-speed memory buffer that helps bridge speed differences between the processor and slower memory or devices. The more precise general term is buffer, but it is not listed among the options.

Correct answer: Cache

70. The first computer made available for commercial use was________?

  • A. MANIAC
  • B. ENIAC
  • C. UNIVAC
  • D. EDSAC

Explanation: UNIVAC I was the first commercially produced computer supplied to business and government users in the usual historical account. ENIAC was an earlier electronic computer, but it was not the first generally available commercial system.

Correct answer: UNIVAC