-
In operating system, Round Robin Scheduling means :
-
- A kind of scheduling
- Repetition policy
- A memory allocation policy
- A process allocation policy
Correct Option: A
Round robin is the scheduling algorithm used by the CPU during execution of the process . Round robin is designed specifically for time sharing systems . It is similar to first come first serve scheduling algorithm but the preemption is the added functionality to switch between the processes.