InterviewSolution
Saved Bookmarks
| 1. |
What Is An Interrupt? |
|
Answer» INTERRUPT is an asynchronous SIGNAL informing a program that an event has occurred. When a program receives an interrupt signal, it takes a SPECIFIED ACTION. Interrupt is an asynchronous signal informing a program that an event has occurred. When a program receives an interrupt signal, it takes a specified action. |
|