Intermediate Computer Architecture & Organization
Q58 / 100

What is the purpose of "interrupt vectoring" in handling hardware interrupts?

Correct! Well done.

Incorrect.

The correct answer is A) It maps each type of interrupt to a specific address (interrupt vector) where the corresponding interrupt service routine begins, allowing the CPU to quickly jump to the correct handler

A

Correct Answer

It maps each type of interrupt to a specific address (interrupt vector) where the corresponding interrupt service routine begins, allowing the CPU to quickly jump to the correct handler

Explanation

An interrupt vector table maps interrupt numbers to handler addresses, so when an interrupt occurs, the CPU can quickly locate and jump to the appropriate interrupt service routine without searching.

Progress
58/100