The _______ scheduler allocates the processor.
-
long-term
-
medium-term
-
short-term
-
none of these
C
Correct answer
Explanation
The short-term scheduler (also called CPU scheduler) is responsible for allocating the CPU to processes that are ready to run. It makes decisions frequently - typically every few milliseconds - selecting which process from the ready queue gets to execute next.