Question
What is the purpose of an interrupt vector?
Select an option. Your answer will be checked instantly.
Correct Answer: D. To map an interrupt number to the address of its handler
Explanation:
The interrupt vector provides the processor with the correct handler location for each interrupt type.
It avoids searching through all handlers whenever an interrupt occurs.
Leave a Reply