Computer Science, asked by khandvesukanya, 4 months ago

code for scheduling round robin algoritmn​

Answers

Answered by itzdevilLord
2

Answer:

Round Robin Scheduling Algorithm is one of the simplest scheduling algorithm used in various operating systems for process scheduling and networks. The key idea is to allocate CPU to all processes in the same order for the same amount of time.

It is also a preemptive scheduling algorithm famous for CPU Scheduling and used in various Operating Systems. It is better than other approaches like Shortest Job First algorithms considering that there is a guarantee that all processes will be completed at the cost of overall performance but it is better than brute force approach.

In fact, Round Robin scheduling algorithm is one of the first algorithms to provide a real time computing experience.

Explanation:

follow me

and mark as brainliest

Similar questions