Operating System Process Structures
Q Which operation is performed by an interrupt handler?
  • A A. Saving the current state of the system
  • B B. Loading the interrupt handling code and executing it
  • C C. Once done handling, bringing back the system to the original state it was before the interrupt occurred
  • D D. All of the mentioned
Leave a Comment