its all part of one question
1. Complete requested data for each scheduling algorithm. 2. Average turn around time must be fully explained (e.g. 1+2+ 3+4+5=15/5=3) 3. Average wait time must be fully explained (e.g. 1+2+3+4+ 5=15/5=3 ) 4. Submitted this completed document to Webcourses. 1. Consider the arrival and burst time of five jobs specified in the table below. a. Apply the First Come First Serve (FCFS) operating system algorithm. b. Generate a table to identify the process id, exit time, turn around time, and waiting time. c. Generate a Gantt chart to show how/when each process is executed. d. Calculate the average turn around time of the processes. e. Calculate the average wait time of the processes. 2. Consider the arrival time and burst time of five jobs specified in the table below. a. Apply the Shortest Job First (SJF) operating system algorithm. b. Generate a table to identify the process id, exit time, turn around time, and waiting time. c. Generate a Gantt chart to show how/when each process is executed. d. Calculate the average turn around time of the processes. e. Calculate the average wait time of the processes. Gantt Chart Process ID Time 0 # 3. Consider the arrival time and burst time of five jobs specified in the table below. a. Apply the Shortest Remaining Time to Finish (SRTF) operating system algorithm. b. Generate a Gantt chart to show how/when each process is executed. c. Calculate the average wait time of the processes. Time Table Process ID Exit Time Turn Around Time Waiting Time 1 2 3 4 5 6 Gantt Chart Process ID Time 0###### ### Average turn around time = Average waiting time = 4. Compare and analyze the results from the three scheduling algorithms. Seheduling algorithm Average turn around time Avcrage wait time FCFS SJF SRTF 5. Based on average turn around time and average wait time, which OS process scheduling algorithm performed the best