A

Admin • 658.51K Points
Coach

Q. The interrupt service routine is serviced

  • (A) immediately on receopt of request
  • (B) after the executing the current instruction
  • (C) at the end of current machine cycle
  • (D) none of these
  • Correct Answer - Option(B)
  • Views: 2
  • Filed under category Computer
  • Hashtags:

Explanation by: Admin

When an interrupt occurs, the Interrupt Service Routine (ISR) is typically executed after the current instruction or process is completed. The processor first finishes the execution of the instruction it is currently working on, then it halts the current process and transfers control to the ISR to handle the interrupt. This ensures that the CPU completes its current task before responding to the interrupt.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.