...
Database-Management-System
June 1, 2024
Computer-Networks
June 1, 2024
Database-Management-System
June 1, 2024
Computer-Networks
June 1, 2024

Question 8560 – Process-Scheduling

Consider the following set of processes that need to be scheduled on a single CPU. All the times are given in milliseconds.

Using the shortest remaining time first scheduling algorithm, the average process turnaround time (in msec) is ________.

Correct Answer: A

Question 23 Explanation: 
Using SRTF:

TAT(A) = 8-0 = 8, TAT(B)= 5-3=2, TAT(C)= 12-5=7, TAT(D)= 21-7= 14, TAT(E)=15-10=5
Average turnaround time = 8+2+7+14+5/ 5 = 7.2ms
A
7.2
B
7.3
C
7.4
D
7.5

Leave a Reply

Your email address will not be published. Required fields are marked *