Question:

The purpose of an interrupt vector table is to _______.

Show Hint

The interrupt vector table plays a crucial role in handling interrupts by storing the addresses of the service routines for different interrupt types.
Updated On: Jun 16, 2025
  • Store CPU registers during context switch
  • Map interrupt requests to service routine addresses
  • Hold page tables for virtual memory
  • Cache frequently used instructions
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

An interrupt vector table is used to map interrupt requests to the corresponding service routine addresses. This table helps the CPU to handle interrupts by directing it to the appropriate location in memory where the interrupt service routine is located. Therefore, the correct answer is option (2).
Was this answer helpful?
0
0