Multiple choice

_____________ is/are raised by a special situation outside the CPU; e.g. completion of an IO operation, etc.

  1. An interrupt

  2. A program

  3. A system

  4. All of these

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

An interrupt is a signal generated by hardware or software that requires the CPU to suspend its current task to handle an event. External interrupts are specifically triggered by devices outside the CPU, such as I/O peripherals signaling the completion of a data transfer. This mechanism allows the computer to respond to real-world events in a timely manner.