Advanced Computers and Microprocessors Quiz

Computers and Microprocessors Quiz – Set 5

Attempt each question, then click “Show answer” to reveal the correct option and a brief explanation.

1. In a typical hierarchy, which memory is closest to the CPU?

  • A. Hard disk
  • B. Main memory (RAM)
  • C. Cache memory
  • D. Flash drive
Correct answer: C. Cache memory — It sits between CPU registers and RAM, providing very fast access.

2. Which of the following is NOT an operating system?

  • A. Windows
  • B. Linux
  • C. MS Word
  • D. macOS
Correct answer: C. MS Word — It is an application software that runs on an OS.

3. The unit that converts digital signals produced by the computer into analog signals suitable for transmission over telephone lines is:

  • A. Router
  • B. Modem
  • C. Switch
  • D. Hub
Correct answer: B. Modem — It modulates and demodulates signals for communication.

4. Which of the following file systems is commonly used in Windows operating systems?

  • A. ext4
  • B. NTFS
  • C. HFS+
  • D. ZFS
Correct answer: B. NTFS — New Technology File System is standard on modern Windows systems.

5. Which component is responsible for generating the system clock signal on a motherboard?

  • A. CMOS battery
  • B. Crystal oscillator
  • C. Heat sink
  • D. Power supply fan
Correct answer: B. Crystal oscillator — It provides a stable frequency for timing CPU operations.

6. In microprocessor context, “CPI” stands for:

  • A. Cycles Per Instruction
  • B. Commands Per Input
  • C. Core Performance Index
  • D. Cache Priority Indicator
Correct answer: A. Cycles Per Instruction — It indicates how many clock cycles an instruction takes on average.

7. Which scheduling algorithm in operating systems selects the process with the smallest CPU burst time next?

  • A. First-Come, First-Served (FCFS)
  • B. Round Robin
  • C. Shortest Job Next / Shortest Job First (SJF)
  • D. Priority scheduling only by arrival time
Correct answer: C. SJF — It minimizes average waiting time but requires knowing or estimating burst length.

8. A “device driver” is:

  • A. A physical interface card
  • B. Software that allows the operating system to communicate with a hardware device
  • C. A BIOS replacement chip
  • D. Only needed for printers, not for other devices
Correct answer: B. Software interface for hardware — Drivers translate OS commands into device-specific signals.

9. Which number system has base 16?

  • A. Binary
  • B. Decimal
  • C. Octal
  • D. Hexadecimal
Correct answer: D. Hexadecimal — It uses digits 0–9 and letters A–F.

10. In microprocessors, “instruction pipeline hazard” refers to:

  • A. A type of virus attack on instruction memory
  • B. Any condition that causes the next instruction in the pipeline to stall or be delayed
  • C. Physical damage to the CPU cooling system
  • D. A conflict between primary and secondary storage devices
Correct answer: B. Condition causing pipeline stall — Hazards can be data, control, or structural.

11. Which of the following BEST describes a “kernel” in an operating system?

  • A. The graphical desktop environment
  • B. The core component managing CPU, memory, and devices
  • C. A type of antivirus software
  • D. A hardware component inside the CPU
Correct answer: B. Core OS component — The kernel runs in privileged mode and controls system resources.

12. In microprocessor interrupt handling, a “vectored interrupt” means:

  • A. All interrupts share the same service routine address
  • B. Each interrupt has a unique address or vector pointing to its service routine
  • C. Interrupts are ignored until the system is rebooted
  • D. Only timer interrupts are allowed
Correct answer: B. Unique vector/address — Vectored interrupts reduce overhead in identifying the correct service routine.

13. Which of the following is MOST closely associated with “fault tolerance” in computer systems?

  • A. Overclocking CPUs beyond limits
  • B. Redundancy such as RAID, backup power, or duplicate components
  • C. Using only volatile memory
  • D. Disabling all security features
Correct answer: B. Redundancy — Fault-tolerant systems continue operating even when some components fail.

14. Which of these is a typical function of the “memory management unit” (MMU)?

  • A. Managing CPU temperature
  • B. Translating virtual addresses to physical addresses
  • C. Scheduling processes on the CPU
  • D. Handling network packet routing
Correct answer: B. Address translation — MMUs support virtual memory, protection, and isolation.

15. A “bitwise AND” operation between two bits will output 1 when:

  • A. At least one input is 1
  • B. Both inputs are 0
  • C. Both inputs are 1
  • D. Inputs are different (one 0 and one 1)
Correct answer: C. Both inputs are 1 — AND corresponds to logical multiplication.

16. Which CPU feature allows different instructions from multiple threads to be executed in overlapping fashion on a single core (beyond basic pipelining)?

  • A. Hyper-threading / Simultaneous multithreading (SMT)
  • B. Virtual memory
  • C. DMA
  • D. BIOS
Correct answer: A. Hyper-threading / SMT — It exposes multiple logical processors per physical core.

17. In networking, “bandwidth” commonly refers to:

  • A. Physical width of network cables
  • B. Amount of data that can be transmitted per unit time
  • C. Number of computers on the network
  • D. Power consumption of network devices
Correct answer: B. Data transfer capacity — Higher bandwidth means more data can flow per second.

18. Which of the following is a common example of an “embedded operating system”?

  • A. Windows 11 on a desktop
  • B. A real-time OS (RTOS) used in automotive control units
  • C. A Linux distribution for servers
  • D. Android on a smartphone only
Correct answer: B. RTOS in automotive ECUs — Embedded OSes run on dedicated hardware for specific control tasks.

19. Which of these best describes “firm real-time” systems?

  • A. Missing a deadline has no consequence at all
  • B. Missing a deadline makes the result useless but does not cause catastrophic failure
  • C. Missing a deadline always leads to system destruction
  • D. They never use microprocessors
Correct answer: B. Result useless if late — Hard real-time is catastrophic if missed; firm real-time is serious but not fatal to system integrity.

20. In binary, what is the two’s complement representation of –5 using 4 bits?

  • A. 1010₂
  • B. 1011₂
  • C. 1101₂
  • D. 1111₂
Correct answer: B. 1011₂ — 5 is 0101₂; invert bits → 1010₂; add 1 → 1011₂ (two’s complement = –5).

Leave a Reply

Latest News

Virus Quiz : Test your knowledge

.quiz-question { border: 1px solid #ddd; padding: 12px 16px; ...

More Articles Like This

spot_img