Question:

The break point of an interrupt during instruction cycle can occur at the end of

Show Hint

Interrupts are typically handled after instruction execution, allowing for data to be stored before the interrupt is processed.
Updated On: May 3, 2025
  • Fetch phase
  • Decode phase
  • Any phase
  • Store result phase
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

An interrupt can occur at any stage of the instruction cycle, but it typically happens after the instruction execution (i.e., the store result phase). This is when the current instruction has been executed and the CPU can handle the interrupt.
Thus, the correct answer is \( \text{Store result phase} \).
Was this answer helpful?
0
0

Top Questions on Computer Architecture

View More Questions