InterviewSolution
Saved Bookmarks
| 1. |
What Are Interrupts? |
|
Answer» Interrupts are part of a hardware mechanism that sends a notification to the CPU when it wants to gain access to a particular resource. An INTERRUPT handler RECEIVES this interrupt signal and “TELLS” the processor to TAKE action based on the interrupt REQUEST. Interrupts are part of a hardware mechanism that sends a notification to the CPU when it wants to gain access to a particular resource. An interrupt handler receives this interrupt signal and “tells” the processor to take action based on the interrupt request. |
|