1. | A binary semaphore |
Answer: (a).has the values one or zero
|
2. | _________ page replacement algorithm suffers from Belady's anamoly. |
Answer: (c).FIFO
|
3. | Inter process communication can be done through __________. |
Answer: (b).Messages
|
4. | Mutual exclusion |
Answer: (a). if one process is in a critical region others are excluded
|
5. | The section of code which accesses shared variables is called as __________. |
Answer: (a).Critical section
|
6. | Semaphore can be used for solving __________. |
Answer: (c).Synchronization
|
7. | The degree of multi-programming is : |
Answer: (d).the number of processes in memory
|
8. | Several processes access and manipulate the same data concurrently and the outcome of the execution depends on the particular order in which the access takes place, is called a(n) ____. |
Answer: (c).Race condition
|
9. | Which process can be affected by other processes executing in the system? |
Answer: (a).cooperating process
|
10. | When several processes access the same data concurrently and the outcome of the execution depends on the particular order in which the access takes place, is called |
Answer: (b).race condition
|