in Operating System retagged by
447 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.

in Operating System retagged by
by
447 views

1 Answer

0 votes
0 votes
Av. TAT for FCFS= 32.75

Av. TAT for SJF=20.25

Av. TAT for SRTN=15.75

2 Comments

I do 2-3 times but for SRTN my avg TAT is 19.5

can you describe your answer?
0
0
I also got 19.5
0
0

Related questions

1 vote
1 vote
1 answer
2