Computer Science, asked by 22622dhiwa, 1 year ago

Which module gives control of the CPU to the process selected by the short-term scheduler?
(a) Dispatcher
(b) Interrupt
(c) Scheduler
(d) Threading

Answers

Answered by Sidyandex
10

A) Dispatcher is the model that controls the CPU to the process selected by the short-term scheduler.

CPU scheduler select a process from various processes which area already ready to execute the program of CPU, and short term schedulers are known as dispatchers because they can make the decision of which process to execute next.

Similar questions