| 1. |
IPC stands for
|
||||||||
|
Answer:
Option (a) |
| 2. |
What is Inter process communication?
|
||||||||
|
Answer:
Option (b) |
| 3. |
Message passing system allows processes to __________
|
||||||||
|
Answer:
Option (a) |
| 4. |
Which of the following two operations are provided by the IPC facility?
|
||||||||
|
Answer:
Option (d) |
| 5. |
Messages sent by a process __________
|
||||||||
|
Answer:
Option (c) |
| 6. |
The link between two processes P and Q to send and receive messages is called __________
|
||||||||
|
Answer:
Option (a) |
| 7. |
Which of the following are TRUE for direct communication?
|
||||||||
|
Answer:
Option (b) |
| 8. |
Concurrent access to shared data may result in ____________
|
||||||||
|
Answer:
Option (c) |
| 9. |
A situation where several processes access and manipulate the same data concurrently and the outcome of the execution depends on the particular order in which access takes place is called ____________
|
||||||||
|
Answer:
Option (b) |
| 10. |
The segment of code in which the process may change common variables, update tables, write into files is known as ____________
|
||||||||
|
Answer:
Option (d) |