Computer Science, asked by Menaksheraz62921, 11 months ago

In priority scheduling algorithm select one: a. None of the mentioned b. Cpu is allocated to the process with lowest priority c. Equal priority processes can not be scheduled d. Cpu is allocated to the process with highest priority

Answers

Answered by tanmaybhere100
3

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.

Similar questions