Multiple choice

A ______ is an OS module that selects the next job to be admitted into the system and the next process to run.

  1. tabler

  2. debugger

  3. scheduler

  4. none of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The scheduler is the OS module responsible for selecting which process gets to run next. It manages process allocation, decides job admission, and ensures efficient CPU and resource utilisation.