The original input was: 3 0 1 5 1 0 1 5 1 0 1 10 1 The (sorted) input is: 3 0 1 5 1 0 1 5 1 0 1 10 1 This detailed printout gives the state and remaining burst for each process Before cycle 0: unstarted 0 unstarted 0 unstarted 0. Before cycle 1: running 1 ready 0 ready 0. Before cycle 2: blocked 1 ready 0 ready 0. Before cycle 3: running 1 ready 0 ready 0. Before cycle 4: blocked 1 ready 0 ready 0. Before cycle 5: running 1 ready 0 ready 0. Before cycle 6: blocked 1 ready 0 ready 0. Before cycle 7: running 1 ready 0 ready 0. Before cycle 8: blocked 1 ready 0 ready 0. Before cycle 9: running 1 ready 0 ready 0. Before cycle 10: terminated 0 running 1 ready 0. Before cycle 11: terminated 0 blocked 1 ready 0. Before cycle 12: terminated 0 running 1 ready 0. Before cycle 13: terminated 0 blocked 1 ready 0. Before cycle 14: terminated 0 running 1 ready 0. Before cycle 15: terminated 0 blocked 1 ready 0. Before cycle 16: terminated 0 running 1 ready 0. Before cycle 17: terminated 0 blocked 1 ready 0. Before cycle 18: terminated 0 running 1 ready 0. Before cycle 19: terminated 0 terminated 0 running 1. Before cycle 20: terminated 0 terminated 0 blocked 1. Before cycle 21: terminated 0 terminated 0 running 1. Before cycle 22: terminated 0 terminated 0 blocked 1. Before cycle 23: terminated 0 terminated 0 running 1. Before cycle 24: terminated 0 terminated 0 blocked 1. Before cycle 25: terminated 0 terminated 0 running 1. Before cycle 26: terminated 0 terminated 0 blocked 1. Before cycle 27: terminated 0 terminated 0 running 1. Before cycle 28: terminated 0 terminated 0 blocked 1. Before cycle 29: terminated 0 terminated 0 running 1. Before cycle 30: terminated 0 terminated 0 blocked 1. Before cycle 31: terminated 0 terminated 0 running 1. Before cycle 32: terminated 0 terminated 0 blocked 1. Before cycle 33: terminated 0 terminated 0 running 1. Before cycle 34: terminated 0 terminated 0 blocked 1. Before cycle 35: terminated 0 terminated 0 running 1. Before cycle 36: terminated 0 terminated 0 blocked 1. Before cycle 37: terminated 0 terminated 0 running 1. The scheduling algorithm used was Uniprocessor Process 0: (A,B,C,IO) = (0,1,5,1) Finishing time: 9 Turnaround time: 9 I/O time: 4 Waiting time: 0 Process 1: (A,B,C,IO) = (0,1,5,1) Finishing time: 18 Turnaround time: 18 I/O time: 4 Waiting time: 9 Process 2: (A,B,C,IO) = (0,1,10,1) Finishing time: 37 Turnaround time: 37 I/O time: 9 Waiting time: 18 Summary Data: Finishing time: 37 CPU Utilization: 0.540541 I/O Utilization: 0.459459 Throughput: 8.108108 processes per hundred cycles Average turnaround time: 21.333334 Average waiting time: 9.000000