Question
Consider the below processes available in the ready queue for execution and with given burst time.
a) What is the time at which all the processes get executed?
b) Find the average waiting time and average turnaround time using the non- pre-emptive SJF
scheduling algorithm
| Process No | Arrival Time | Burst time |
| P1 | 1 | 3 |
| P2 | 2 | 4 |
| P3 | 3 | 2 |
| P4 | 4 | 4 |
b) Find the average waiting time and average turnaround time using the non- pre-emptive SJF
scheduling algorithm

