InterviewSolution
Saved Bookmarks
| 1. |
What Is Rr Scheduling Algorithm? |
|
Answer» RR (round-robin) scheduling algorithm is primarily aimed for time-sharing SYSTEMS. A CIRCULAR QUEUE is setup in such a way that the CPU scheduler goes around that queue, allocating CPU to each process for a time interval of up to around 10 to 100 milliseconds. RR (round-robin) scheduling algorithm is primarily aimed for time-sharing systems. A circular queue is setup in such a way that the CPU scheduler goes around that queue, allocating CPU to each process for a time interval of up to around 10 to 100 milliseconds. |
|