What is the main function of scheduling queues in an operating system?

What is the main function of scheduling queues in an operating system?

Answer: B. Organizing processes by their execution statesScheduling queues organize processes according to their scheduling state, such as the ready queue and waiting/device queues, so the operating system can…

  1. A.

    Storing temporary files

  2. B.

    Organizing processes by their execution states

  3. C.

    Managing the user interface

  4. D.

    Controlling network traffic

Attempted by 416 students.

Show answer & explanation

Correct answer: B

Scheduling queues organize processes according to their scheduling state, such as the ready queue and waiting/device queues, so the operating system can choose the next process efficiently.

Explore the full course: Operating System

Loading lesson…