Multiple choice

A CPU generally handles an interrupt by executing an interrupt service routine

  1. As soon as an interrupt is raised

  2. By checking the interrupt register at the end of fetch cycle.

  3. By checking the interrupt register after finishing the execution of the current instruction.

  4. By checking the interrupt register at fixed time intervals.

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