Question:

Which data structure is used in processor scheduling in an operating system?

Show Hint

Queues manage process order in scheduling; FIFO and circular queues are standard for ready queues.
Updated On: May 26, 2025
  • Stack
  • Queue
  • Tree
  • Graph
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Queues, especially circular and priority queues, are commonly used in scheduling algorithms (like FCFS, Round Robin) in operating systems.
Was this answer helpful?
0
0