In a vectored interrupt

2023

In a vectored interrupt

  1. A.

    The branch address is assigned to a fixed location in memory

  2. B.

    The interrupting source supplies the branch information to the processor

  3. C.

    The branch address is obtained from a register in the processor

  4. D.

    None of these

Attempted by 132 students.

Show answer & explanation

Correct answer: B

In a vectored interrupt, the hardware mechanism automatically determines the address of the Interrupt Service Routine (ISR). The interrupting device directly provides this branch information to the processor, allowing it to jump immediately to the correct handler without needing a software poll or lookup table.

Explore the full course: Isro