The _________ scheduling algorithm selects the process with the highest priority for execution.

  • First Come First Serve
  • Priority-based
  • Round Robin
  • Shortest Job Next
In Priority-based scheduling, processes are executed based on their priority levels, with higher-priority processes being selected over lower-priority ones. This ensures that critical tasks or processes with urgent needs are handled promptly.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *