Computer Science, asked by Suriya008, 10 months ago

differentiate between
priority scheduling and round robin scheduling​

Answers

Answered by Anonymous
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 hariomahir
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