engineering computer science MCQ #1852

What is the function of a 'dispatcher'?

engineering computer science MCQ #1852

  1. Question 1

    Q1. What is the function of a 'dispatcher'?

    • A) Save the context of the previous process
    • B) Restore the context of the next process
    • C) Give control of the CPU to the next process
    • D) All of the above

    Answer: All of the above

    Explanation: Dispatcher saves the context of the previous process, restores the context of the next process, and gives control of the CPU.