1,005 views
1 votes
1 votes
Consider the following process scheduling data:
Process       Arrival Time   Processing Time
A                  0.000               3
B                  1.001               6
C                  4.001               4
D                  6.001               2
Which of the following is true?

a) FCFS and SJF have same average throughput but not SRTF
b) SRTF and SJF have same average throughput but not FCFS
c) FCFS,SRTF,Round Robin with time quantum=1 and SJF have same average throughput
d) FCFS,SRTF,Round Robin with time quantum=2 and SJF have same average throughput

Please log in or register to answer this question.

Related questions