The ___________ scheduling algorithm provides better response time for interactive processes.

  • First Come First Serve
  • Priority
  • Round Robin
  • Shortest Job First
Round Robin scheduling algorithm provides better response time for interactive processes because it ensures that each process gets a fair share of CPU time. By using time slices, it prevents any single process from monopolizing the CPU, which is important for maintaining system responsiveness, especially in interactive environments where users expect quick feedback.
Add your answer
Loading...

Leave a comment

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