Multiple choice

The CPU scheduling module which gives control of the CPU to the processes selected by the short-term scheduler is

  1. task manager

  2. dispatcher

  3. device manager

  4. kernel

  5. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Dispatcher is involved in CPU scheduling process. Its functions are to switch context, to switch to user mode and start a different process when another is running.