Home »
MCQs »
Operating System MCQs
Which algorithm is best when there are equal qualities of processes in the queue?
52. Which algorithm is best when there are equal qualities of processes in the queue?
- First Come First Serve
- Round Robin Scheduling
- Shortest Job First
- Priority CPU Scheduling
Answer: B) Round Robin Scheduling
Explanation:
Round Robin scheduling algorithm is best when there are equal qualities of processes in the queue.