56.8k views
2 votes
Suppose two different lines employ RR scheduling, but the time quantum is different. Do you see any value to this approach?

1 Answer

5 votes

Answer:

Algorithms are used to improve the efficiency of computer system. The system is speed up with the use of algorithms and complex problems are solved with input instructions. The Round Robin scheduling is a form of algorithm which is used to run multiple processes in single time.

Step-by-step explanation:

The RR scheduling is used by process network in computer systems. It uses slicing technique which is known as quanta and the algorithms run multiple complex process with time intervals. The tasks are assigned in circular order without any change in order priority.

User Jedo
by
4.6k points