Operating Systems - Old Questions
Question Answer Details
2. Find the average waiting time and turn-around time for the following example using FIFO, SRTF, and Round Robin scheduling algorithms. Assume quantum as 4 ms.
Process id | Arrival time | Burst time (ms) |
---|---|---|
P1 | 0 | 8 |
P2 | 1 | 5 |
P3 | 1 | 10 |
P4 | 2 | 13 |
P5 | 2 | 17 |
Answer
AI Generated Answer
AI is thinking...