Question
Which operating-system component gives control of the CPU to the process selected by the short-term scheduler?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Dispatcher
Explanation:
The dispatcher performs the final handoff, including context switching, mode transition, and jumping to the chosen process.
The scheduler chooses the process, while the dispatcher starts its execution.
Leave a Reply