retagged by
430 views
0 votes
0 votes

] Our CPU is currently idle and the current time is labeled time 0. Four processes arrive to the ready queue at the following times and with the following required run time: 

See image for Ariival time and Process info

Simulate the process scheduling and execution under the FCFS, SJF, and SRTN scheduling algorithms. Indicate each scheduling decision, and calculate the turnaround time for each process. Also calculate the average turnaround time for each scheduling algorithm.

retagged by

1 Answer

0 votes
0 votes
Av. TAT for FCFS= 32.75

Av. TAT for SJF=20.25

Av. TAT for SRTN=15.75

Related questions

1 votes
1 votes
1 answer
2
atulcse asked Nov 4, 2021
972 views
Does FCFS suffer from starvation?