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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

单选题:The critical resource for process synchronization is ____.

Luz5年前 (2021-05-10)860
The critical resource for process synchronization is ____.@[B](1)A. a resource that cannot be recovered if the system fa…

单选题:Suppose that a thread is executing “counter=counter+1” while an

Luz5年前 (2021-05-10)747
Suppose that a thread is executing “counter=counter+1” while another thread is executing concurrently and independently…

单选题:The critical section of a concurrent process is __________.

Luz5年前 (2021-05-10)715
The critical section of a concurrent process is __________.@[D](1)A. a buffer B. a data section C. a synchronization m…

单选题:Which of the following statements is incorrect regarding Busy W

Luz5年前 (2021-05-10)768
Which of the following statements is incorrect regarding Busy Waiting? @[B](1)A. Busy waiting makes worse CPU throughp…

单选题:The following is a piece of code to solve the producer-consumer

Luz5年前 (2021-05-10)708
The following is a piece of code to solve the producer-consumer problem:@[B](1)```Producer process:item nextProduced;whi…

单选题:The relationship among concurrent processes ________.

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

单选题:The mutual exclusion semaphore of two concurrent processes has t

Luz5年前 (2021-05-10)978
The mutual exclusion semaphore of two concurrent processes has the value 0 (zero) at this moment. It indicates that ____…

单选题:Which one of the following statements is correct about synchroni

Luz5年前 (2021-05-10)813
Which one of the following statements is correct about synchronization primitives ?@[B](1)A. The primitive could be imp…

单选题:_______is a programming-language construct that can be used to d

Luz5年前 (2021-05-10)690
_______is a programming-language construct that can be used to deal with critical section problems.@[B](1)A. Banker’s al…

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

Luz5年前 (2021-05-10)1233
Which of the following statements is incorrect? @[B](1)A. When one process is executing in its critical section, no oth…