当前位置:首页
> Luz 第5958页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论单选题:One semaphore variable mutex is used by two concurrent processes
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:
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
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
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
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
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 ________.
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?
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?
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,
When a semaphore is used to solve the critical section problem, it should be initialized to _______.@[C](1)A. 0 B.…