当前位置:首页
> Luz 第5957页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论单选题:Which one of the following statements is correct about spinlock?
Which one of the following statements is correct about spinlock?@[B](1)A. Spinlock is appropriate for single-processor…
单选题:Consider the following software solution algorithm for two-proce
Consider the following software solution algorithm for two-process CS problem (turn is a shared variable initialized as…
单选题:The following algorithm is proposed to solve the critical sectio
The following algorithm is proposed to solve the critical section problem between two processes P1 and P2, where lock is…
单选题:9 producers and 6 consumers share one common buffer with 8 items
9 producers and 6 consumers share one common buffer with 8 items of capacity. Please choose the initial value for a sema…
单选题:A counting semaphore was initialized to 10. And 28 wait operatio
A counting semaphore was initialized to 10. And 28 wait operations and 18 signal operations were completed on this semap…
单选题:3 producers and 5 consumers share one common buffer with 7 items
3 producers and 5 consumers share one common buffer with 7 items of capacity. Please choose the initial value for a sema…
单选题:Hope the server limits its number to be concurrently connected n
Hope the server limits its number to be concurrently connected no more than N clients. One solution will be____.@[A](1)A…
单选题:One common data can allow at most 3 processes sharing it simulta
One common data can allow at most 3 processes sharing it simultaneously. Now assume that 5 processes try to access it. P…
单选题:If a semaphore has been initialized with 2 and its current value
If a semaphore has been initialized with 2 and its current value is -3, there are _________ process(es) waiting for this…
单选题:One type of resource allows at most 5 processes sharing simultan
One type of resource allows at most 5 processes sharing simultaneously. Now assume that 3 processes are accessing it. Wh…