Which module gives control of the CPU to the process selected by the short-term schedular?
from OS Galvin..
Dispatcher is the module that gives control of the CPU to the process selected by the short-term scheduler. It receives control in kernel mode as the result of an interrupt or system call.
answer : option 1
Dispatcher is responsible for handovering the control of CPU to the newly selected process by the Short-term scheduler.