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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

单选题:One semaphore variable mutex is used by two concurrent processes

Luz5年前 (2021-05-10)737
One semaphore variable mutex is used by two concurrent processes for mutual exclusion access to one common variable. If…

单选题:Semaphores are a convenient and effective mechanism for:

Luz5年前 (2021-05-10)734
Semaphores are a convenient and effective mechanism for:@[D](1)A. Deadlock avoidance B. Memory managementC. Process s…

单选题:Suppose 5 processes share mutual exclusive sections. If 3 proces

Luz5年前 (2021-05-10)832
Suppose 5 processes share mutual exclusive sections. If 3 processes are permitted to enter the mutual exclusive sections…

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

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

单选题:The binary semaphores can be used to solve _____ mutual exclusiv

Luz5年前 (2021-05-10)861
The binary semaphores can be used to solve _____ mutual exclusive problem(s).@[C](1)A. one B. someC. all the D. most…

单选题:Three processes are synchronizing on a shared code segment which

Luz5年前 (2021-05-10)831
Three processes are synchronizing on a shared code segment which is protected by a semaphore. If at most two processes a…

单选题:The semaphore in an OS is ________.

Luz5年前 (2021-05-10)923
The semaphore in an OS is ________. @[C](1)A. a process scheduler B. a data sectionC. a synchronization mechanism D.…

单选题:What happens when a process must wait on a semaphore?

Luz5年前 (2021-05-10)897
What happens when a process must wait on a semaphore?@[C](1)A. The process is preempted and sent to the ready queueB. Th…

单选题:Which of the following is correct?

Luz5年前 (2021-05-10)744
Which of the following is correct? @[D](1)A. The semaphore is more powerful than the monitor.B. The monitor is more po…

单选题:When a semaphore is used to solve the critical section problem,

Luz5年前 (2021-05-10)806
When a semaphore is used to solve the critical section problem, it should be initialized to _______.@[C](1)A. 0 B.…