Multiple choice

_______ does not generate a hardware interrupt.

  1. Program error

  2. Hard Disc

  3. Both (1) and (2)

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A hardware interrupt is triggered by external hardware devices (like a hard disk or keyboard). A program error (like division by zero) triggers a software interrupt or exception, not a hardware interrupt.