1. Show all of your steps when working throughthe following scheduling algorithms.
A. Use the following data to draw a Gantt chartfor FCFS scheduling. Show the wait time for each job and theaverage wait time.
Process Bursttime
P1 25
P2 5
P3 10
P4 15
B. Use the following data to draw a Gantt chartfor FCFS scheduling. Show the wait time for each job and theaverage wait time.
Process Bursttime
P1 5
P2 10
P3 15
P4 25
C. What might you infer from the difference inthe average wait times for the two previous questions and datasets? In other words, what do you think causes one average waittime to be shorter than the other?
D. Use the following data to draw a