564 views
0 votes
0 votes
if priorities of processes are given in question which has to be solved using round robin policy , how the order of execution is decided by FCFS or on base of priority

1 Answer

0 votes
0 votes
The order of execution is decided on the basis of priority , if all the processes arrive at the same time then the process with the highest priority will allow to run on cpu for the time equal to the time quantum.

The above algorithm can be implemented but is not much in practice.

Related questions

0 votes
0 votes
1 answer
4
DanMal asked Jul 16, 2018
1,262 views
Hi guys , got big problem with this ask , i don't know how to solve it . I would be very thankful if someone help me ;)