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?

  1. First Come First Serve
  2. Round Robin Scheduling
  3. Shortest Job First
  4. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.