this is an example
3. Complete and insert a Partial Gantt chart for FCFS - at least 153 TIME UNITS 4. Calculate the PARTIAL results for Response Time (RT), Waiting Time (WT), Turnaround Time (TT) PER PROCESS and Averages as of time 153 for FCFS Algorithms and data: 1. FCFS non preemptive 2. MLFQ Multilevel Feedback Queue (preemptive - absolute priority in higher queues) Queue 1 uses RR scheduling with Tq = 6 Queue 2 uses RR scheduling with Tq = 12 Queue 3 uses FCFS All processes enter first queue 1. If time quantum (Tq) expires before CPU burst is complete, the process is downgraded to next lower priority queue. Processes are not downgraded when preempted by a higher queue level process. Once a process has been downgraded, it will not be upgraded Assumptions: 1. All processes are activated at time 0 2. Assume that no process waits on I/O devices. 3. After completing an I/O event, a process is transferred to the ready queue. 4. Waiting time is accumulated while a process waits in the ready queue. 5. Turnaround time is a total of (Waiting time) + (CPU burst time) + (1/O time) 6. Response time is the first measure of waiting time from arrival at time 0 until the first time on the CPU Process Data: process goes {CPU burst, I/O time, CPU burst, I/O time, ........., last CPU burst} P16,21,9, 28,5, 26, 4, 22, 3, 41, 6, 45, 4, 27, 8, 27, 3} P2 { 19, 48, 16, 32, 17, 29, 6, 44, 8, 34, 21, 34, 19, 39, 10, 31,7} P3 (12, 14, 6, 21, 3, 29, 7, 45, 8, 54, 11, 44,9) P411, 45, 5, 41, 6, 45, 8, 51, 4, 61, 13, 54, 11, 61, 10 } P5 { 16, 22, 15, 21, 12, 31, 14, 26, 13, 31, 16, 18, 12, 21. 10.33, 11 ) P6 (20, 31, 22, 30, 25, 29, 11, 44, 17, 34, 18, 31, 6, 22, 16) P7{3, 44,7, 24, 6, 34,5, 54, 4, 24,7, 44, 6, 54, 5, 21, 6, 43, 4) P8 {15, 50, 4.23, 11, 31, 4, 31, 3, 47,5, 21, 8, 31, 6, 44, 9) 3. Partial Gantt chart for FCFS - (153 TIME UNITS) (HERE YOU WILL ADD THE GANTT CHART FOR FCFS, NOT SJF, THIS IS AN EXAMPLE) SPRING 2021-SJF 14 PPI PS e PS PS M 14 P PHP pub P51 104 4. Calculated results for RT, WT, TT PER PROCESS and Averages as of time 153 for FCFS (HERE YOU WILL ADD THE PARTIAL RESULTS FOR FCFS, NOT SJF, THIS IS AN EXAMPLE using SJF) Process (SJF PARTIAL RT WT TI Results) P1 3 28 (3+2+5418 127 (24(CPU) + 28(WT) +75 (1/0)) P2 104 123 (19(CPU) + 104(WT) P3 20 52 (20+ 10+ 12 +10) 28(CPU) + 52(WT) +64 (1/0) P4 9 29 (9+4+16) 137 (22(CPU) + 29(WT) + 86 (1/0)) PS 79 79 95 (16(CPU)+79(WT) P6 NA N/A N/A P7 0 20 (0+1585) 104 (16(CPU): 20(WT) + 68 (1/0)) PS 62 (41 +21) 131 (19(CPU) 62(WT) +50 (1/0)) AVG 36,57 3343 108.71