-->
当前位置:首页 > Luz 第5948页
Luz

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

单选题:Which of the following item should not be in the PCB?

Luz5年前 (2021-05-10)828
Which of the following item should not be in the PCB? @[D](1)A. the process stateB. CPU scheduling informationC. memo…

单选题:Which of the following is NOT kept in process control block (PCB

Luz5年前 (2021-05-10)752
Which of the following is NOT kept in process control block (PCB)?@[B](1)A. Process state B. Instructions of the co…

单选题:One step in the program for creating a new process involves_____

Luz5年前 (2021-05-10)665
One step in the program for creating a new process involves______.@[D](1)A. Initializing the process control block B.…

单选题:The copy-on-write mechanism provides:

Luz5年前 (2021-05-10)730
The copy-on-write mechanism provides: @[D](1)A. an efficient way to create new processesB. a clever way to share virtual…

单选题:Talking about inter-process communication, the mailbox mechanism

Luz5年前 (2021-05-10)652
Talking about inter-process communication, the mailbox mechanism is _____. @[B](1)A. a direct communicationB. an indir…

单选题:Using the program shown as following:

Luz5年前 (2021-05-10)873
Using the program shown as following: @[A](1)```#include #include #include int value = 10; int main() { pid_t pid; pid =…

单选题:The relationship among concurrent processes ____.

Luz5年前 (2021-05-10)663
The relationship among concurrent processes ____.@[D](1)A. is independent of each otherB. is synchronizedC. is mutual…

单选题:The mailbox communication is a kind of _________ inter-process c

Luz5年前 (2021-05-10)682
The mailbox communication is a kind of _________ inter-process communication. @[A](1)A. indirect B. direct C. low-l…

单选题:Which of the following is incorrect?

Luz5年前 (2021-05-10)658
Which of the following is incorrect? @[C](1)A. The system call “fork” may just duplicate the thread that invoked it.B.…

单选题:Which of the following statements is incorrect?

Luz5年前 (2021-05-10)1003
Which of the following statements is incorrect? @[B](1)A. The long-term scheduler always appears on batch systems, not…