Which of the following scheduler/schedulers is/are also called CPU scheduler ? $$ \text{A. Short Term Scheduler } $$ $$ \text{B. Long Term Scheduler } $$ $$ \text{C. Medium Term Scheduler } $$ $$ \text{ D. Asymmetric Scheduler } $$
Step-by-step Solution:
The CPU scheduler is responsible for selecting a process from the ready queue and allocating the CPU to it. This scheduler makes decisions very frequently and is thus also called the Short Term Scheduler.
Explanation for other options:
Answer: (A) only