How many models are used in inter-process communication?
a) one
b) two
c) three
d) four
Explanation: shared memory model, message passing model
How many models are used in inter-process communication?
a) one
b) two
c) three
d) four
Explanation: shared memory model, message passing model
How many operations are provided by message passing model?
a) one
b) two
c) three
d) four
Explanation: send message, receive message
The communication between different processes takes place through send and receive is called…
a) synchronization
b) polarization
c) buffering
d) none of these
How many types of capacities in temporary queue?
a) one
b) two
c) three
d) four
Explanation: zero capacity, bounded capacity, unbounded capacity
The queue that has maximum length of zero is called……
a) zero capacity
b) bounded capacity
c) unbounded capacity
d) none of these