differentiate between
priority scheduling and round robin scheduling
Answers
Answered by
1
Priority Scheduling executes the processes according to the priority i.e. process with higher priority is executed first. Round-Robin (RR) executes the processes based upon the time quantum defined i.e. each process is executed for a fixed amount of time. ... Round-Robin (RR) is preemptive in nature.
Answered by
4
Answer:
Priority Scheduling executes the processes according to the priority i.e. process with higher priority is executed first.
Round-Robin (RR) executes the processes based upon the time quantum defined i.e. each process is executed for a fixed amount of time. ... Round-Robin (RR) is preemptive in nature.
Please mark as Brainlist
Similar questions