Which system component is responsible for intercepting physical hardware signals (like a keyboard stroke) and routing them to the appropriate operating system thread?
Explanation:
An interrupt handler is a system software routine that responds to hardware signals (interrupts) and pauses the CPU briefly to handle the incoming input event.
No comments yet. Be the first to start the discussion!