問題詳情

5. When a process is being switched out of the CPU, which of the following situations does NOT
cause the process that is being added to the wait/ready queue?
(A) I/O request
(B) Sleep execution
(C) Time slice expired
(D) Wait for an interrupt
(E) Create child process

參考答案

答案:E

統計:A:0,B:1,C:0,D:0,E:1

難度:計算中