Home » Computer » Miscellaneous » Question
  1. In operating system, Round Robin Scheduling means :
    1. A kind of scheduling
    2. Repetition policy
    3. A memory allocation policy
    4. 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.



Your comments will be displayed only after manual approval.