What is the purpose of the Interrupt Handling mechanism in a CPU?
Q1. What is the purpose of the Interrupt Handling mechanism in a CPU?
Answer: To handle exceptions and interrupts
Explanation: Interrupt Handling allows the CPU to respond to asynchronous events, such as I/O completion or exceptions.