| 11. |
Which of the following conditions must be satisfied to solve the critical section problem?
|
||||||||
|
Answer:
Option (d) |
| 12. |
Mutual exclusion implies that ____________
|
||||||||
|
Answer:
Option (a) |
| 13. |
TestAndSet instruction is executed ____________
|
||||||||
|
Answer:
Option (c) |
| 14. |
Semaphore is a/an _______ to solve the critical section problem.
|
||||||||
|
Answer:
Option (c) |
| 15. |
The signal operation of the semaphore basically works on the basic _______ system call.
|
||||||||
|
Answer:
Option (b) |
| 16. |
What are the two kinds of semaphores?
|
||||||||
|
Answer:
Option (b) |
| 17. |
A binary semaphore is a semaphore with integer values ____________
|
||||||||
|
Answer:
Option (a) |
| 18. |
Semaphores are mostly used to implement ____________
|
||||||||
|
Answer:
Option (b) |
| 19. |
The bounded buffer problem is also known as ____________
|
||||||||
|
Answer:
Option (c) |
| 20. |
In the bounded buffer problem, there are the empty and full semaphores that ____________
|
||||||||
|
Answer:
Option (a) |