GATE 2025 CS/IT Question 11
GATE2025_CS1_Q11

Suppose a program is running on a non-pipelined single processor computer system. The computer is connected to an external device that can interrupt the processor asynchronously. The processor needs to execute the interrupt service routine (ISR) to serve this interrupt. The following steps (not necessarily in order) are taken by the processor when the interrupt arrives:

  1. The processor saves the content of the program counter.
  2. The program counter is loaded with the start address of the ISR.
  3. The processor finishes the present instruction.

Which ONE of the following is the CORRECT sequence of steps?

Comments

Popular posts from this blog