adplus-dvertising
frame-decoration

Question

Inter process communication can be done through __________.

a.

Mails

b.

Messages

c.

System calls

d.

Traps

Answer: (b).Messages

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Inter process communication can be done through __________.

Similar Questions

Discover Related MCQs

Q. Mutual exclusion

Q. The section of code which accesses shared variables is called as __________.

Q. Semaphore can be used for solving __________.

Q. The degree of multi-programming is :

Q. 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) ____.

Q. Which process can be affected by other processes executing in the system?

Q. 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

Q. If a process is executing in its critical section, then no other processes can be executing in their critical section. This condition is called

Q. Which one of the following is a synchronization tool?

Q. A semaphore is a shared integer variable

Q. Mutual exclusion can be provided by the

Q. When high priority task is indirectly preempted by medium priority task effectively inverting the relative priority of the two tasks, the scenario is called

Q. Process synchronization can be done on

Q. A monitor is a module that encapsulates

Q. To enable a process to wait within the monitor,

Q. Restricting the child process to a subset of the parent’s resources prevents any process from :

Q. A parent process calling _____ system call will be suspended until children processes terminate.

Q. Cascading termination refers to termination of all child processes before the parent terminates ______.

Q. With ……………. only one process can execute at a time; meanwhile all other process are waiting for the processor. With ………….. more than one process can be running simultaneously each on a different processor.

Q. In UNIX, each process is identified by its :