Operating Systems - Old Questions

Question Answer Details

12. Consider the following set of processes, with the length of CPU burst time given in milliseconds.

ProcessCPU BurstPriority
A83
B91 (Lowest)
C102
D64 (Highest)

The processes are assumed to have arrived in the order A, B, C, and D all at time 0. What is the turnaround time and waiting time for the scheduling algorithms, RR (quantum = 3) and Priority Algorithm. [5]
5 marks
Asked in 2078

Answer

AI Generated Answer

AI is thinking...