Which scheduler selects the next ready process and allocates the CPU when the…

Which scheduler selects the next ready process and allocates the CPU when the CPU is switched among processes?

Answer: C. Short-Term SchedulerCorrect answer: Short-Term Scheduler The short-term scheduler is also called the CPU scheduler. It chooses one process from the ready queue and allocates the…

  1. A.

    Long-Term Scheduler

  2. B.

    Medium-Term Scheduler

  3. C.

    Short-Term Scheduler

  4. D.

    I/O Scheduler

Attempted by 500 students.

Show answer & explanation

Correct answer: C

Correct answer: Short-Term Scheduler

The short-term scheduler is also called the CPU scheduler. It chooses one process from the ready queue and allocates the CPU to it.

Switching vs allocating: the scheduler makes the selection/allocation decision; the dispatcher performs the actual context-switch mechanics. Among the scheduler options, the short-term scheduler is the one involved in CPU switching among ready processes.

Explore the full course: Operating System

Loading lesson…