Saved Bookmarks
| 1. |
When interrupt occurs during privileged which registers have consistency guaranteed by hardware across interrupt handling? |
|
Answer» Answer: Interrupts and exceptions are events that indicate that a condition exists somewhere in the system, the processor, or within the currently EXECUTING program or task that requires the ATTENTION of a processor. They typically RESULT in a forced transfer of execution from the currently running program or task to a special software routine or task called an interrupt handler or an exception handler. The ACTION taken by a processor in response to an interrupt or exception is referred to as servicing or handling the interrupt or exception. Explanation: |
|