Consider the following table of arrival time and burst time for three processes P0, P1 and P2.
PROCESS
ARRIVAL TIME
BURST TIME
P0
0ms
9ms
P1
1ms
4ms
P2
2ms
9ms
The preemptive shortest job first scheduling algorithm is used. Scheduling is carried out only at arrival or completion of processes. What is the average waiting time for the three processes?
Comments
Leave a comment