Operating Systems - Old Questions
Question Answer Details
1. What is race condition? Calculate average waiting and average turnaround time of the given set of processes in table below using SJF and RR scheduling algorithm. [Note: Quantum time for RR=3].
Process id |
Arrival Time |
Execution Time |
A |
0 |
8 |
B |
2 |
14 |
C |
9 |
19 |
D |
19 |
7 |
E |
25 |
15 |
Answer
AI Generated Answer
AI is thinking...