题目内容

In the bounded buffer problem, there are the empty and full semaphores that ____________

A. count the number of empty and full buffers
B. count the number of empty and full memory spaces
C. count the number of empty and full queues
D. none of the mentioned

查看答案
更多问题

In the bounded buffer problem ____________

A. there is only one buffer
B. there are n buffers ( n being greater than one but finite)
C. there are infinite buffers
D. the buffer size is bounded

To ensure difficulties do not arise in the readers – writers problem _______ are given exclusive access to the shared object.

A. readers
B. writers
C. readers and writers
D. none of the mentioned

A deadlock free solution to the dining philosophers problem ____________

A. necessarily eliminates the possibility of starvation
B. does not necessarily eliminate the possibility of starvation
C. eliminates any possibility of any kind of problem further
D. none of the mentioned

All processes share a semaphore variablemutex, initialized to 1. Each process must execute wait(mutex) before entering the critical section and signal(mutex) afterward.Suppose a process executes in the following manner.In this situation :

A. a deadlock will occur
B. processes will starve to enter critical section
C. several processes maybe executing in their critical section
D. all of the mentioned

答案查题题库