当前位置:首页
> Luz 第5956页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论单选题:The critical resource for process synchronization is ____.
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
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 __________.
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
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
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 ________.
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
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
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
_______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?
Which of the following statements is incorrect? @[B](1)A. When one process is executing in its critical section, no oth…