engineering computer science MCQ #264

What is the term for the process of handling an interrupt by the CPU?

engineering computer science MCQ #264

  1. Question 1

    Q1. What is the term for the process of handling an interrupt by the CPU?

    • A) Interrupt handling
    • B) Interrupt servicing
    • C) Context switching
    • D) None of the above

    Answer: Interrupt handling

    Explanation: Interrupt handling involves the CPU responding to an interrupt by executing a specialized routine, known as an interrupt handler or ISR.