InterviewSolution
Saved Bookmarks
| 1. |
Which operation is performed by an interrupt handler?(a) Saving the current state of the system(b) Loading the interrupt handling code and executing it(c) Once done handling, bringing back the system to the original state it was before the interrupt occurred(d) All of the mentionedI got this question in quiz.The origin of the question is Process Structures topic in division Distributed Communication of Operating System |
|
Answer» CORRECT OPTION is (d) All of the mentioned Best EXPLANATION: NONE. |
|