問題詳情

30 在作業系統中,下列何者並非屬於工作排班程式(Job Scheduler)的工作?
(A)工作排班程式將從 Job 中建立出 Process
(B)工作排班程式將工作從 Hold State 移動到 Ready State
(C)工作排班程式將工作從 Ready State 移動到 Running State
(D)工作排班程式將工作從 Running State 移動到 Terminated State

參考答案

答案:C
難度:適中0.6
統計:A(1),B(0),C(3),D(1),E(0)

用户評論

黃黃大軍】評論

工作排班程式(Job Scheduler)1.將一個工作從保留狀態移至就緒狀態。2.將一個行程從執行狀態移至終止狀態。

Hacker】評論

CPU-scheduling decisions may take place under the following four circumstances:1. When a process switches from the running state to the waiting state 2. When a process switches from the running state to the ready state 3. When a process switches from the waiting state to the ready state4. When a process terminates