answersLogoWhite

0

What is RRscheduling?

User Avatar

Anonymous

16y ago
Updated: 8/17/2019

This refers to Round Robin scheduling, a method implemented in various situations that require scheduling algorithms e.g in memory management within a CPU. If for example you have 5 processes loaded in memory, RR scheduling would allocate an even number of time quanta from the processor to each process in turn, returning back to the first process and continuing as new processes are added and old ones are completed.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions