Solveeit Logo

Question

Algorithms Question on Algorithm design techniques

Consider the following table of arrival time and burst time for three process Po P1 and P2ProcessArrival TimeBurst Time
Po0 ms9 ms
P11 ms4 ms
P22 ms9 ms

The preemptive shortest job first scheduling algorithm is used. Scheduling is carried out only at arrival or completion of process. What is the average waiting time for the three process

A

5.0 ms

B

4.33 ms

C

6.33 ms

D

7.33 ms

Answer

5.0 ms

Explanation

Solution

The correct option is(A): 5.0 ms