Question: 2) Write a python program to read n process with burst times. Calculate the average waiting time for all 'n' process using FCFS scheduling
2) Write a python program to read n process with burst times. Calculate the average waiting time for all 'n' process using FCFS scheduling algorithm. Assume n = 4 Process PO Pl P2 P3 Burst Time (ms) 5 10 12 4
Step by Step Solution
3.51 Rating (148 Votes )
There are 3 Steps involved in it
Program n intinputEnter number of processes bursttimes for i in range1n1 ... View full answer
Get step-by-step solutions from verified subject matter experts
