Operating Systems - Old Questions
Question Answer Details
12. Consider the following set of processes, with the length of CPU burst time given in milliseconds.
Process | CPU Burst | Priority |
---|---|---|
A | 8 | 3 |
B | 9 | 1 (Lowest) |
C | 10 | 2 |
D | 6 | 4 (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]
Answer
AI Generated Answer
AI is thinking...