問題詳情

26 考慮一組在就緒佇列(ready queue)中的工作,如果已知每個工作所需的
執行時間,下列何種中央處理單元排程(CPU scheduling)演算法,必定將 所有工作的平均等待時間最小化?
(A)先到先辦排程(first come first served scheduling)
(B)最短工件優先排程(shortest job first scheduling)
(C)循環排程(round robin scheduling)
(D)多層佇列排程(multilevel queue scheduling)

參考答案

答案:B

統計:A:7,B:65,C:11,D:1,E:0

難度:簡單