Computer Science Engineering (CSE) Exam  >  Computer Science Engineering (CSE) Test  >  Operating System  >  Test: Inter Process Communication (IPC) - Computer Science Engineering (CSE) MCQ

Inter Process Communication (IPC) - Free MCQ Practice Test with solutions,


MCQ Practice Test & Solutions: Test: Inter Process Communication (IPC) (10 Questions)

You can prepare effectively for Computer Science Engineering (CSE) Operating System with this dedicated MCQ Practice Test (available with solutions) on the important topic of "Test: Inter Process Communication (IPC)". These 10 questions have been designed by the experts with the latest curriculum of Computer Science Engineering (CSE) 2026, to help you master the concept.

Test Highlights:

  • - Format: Multiple Choice Questions (MCQ)
  • - Duration: 30 minutes
  • - Number of Questions: 10

Sign up on EduRev for free to attempt this test and track your preparation progress.

Test: Inter Process Communication (IPC) - Question 1

What is Interprocess communication?

Detailed Solution: Question 1

Interprocess Communication allows processes to communicate and synchronize their actions. Interprocess Communication (IPC) mechanism is used by cooperating processes to exchange data and information.
There are two models of IPC:
→ Shared Memory
→ Message Passing

Test: Inter Process Communication (IPC) - Question 2

Which of the following two operations are provided by the IPC facility?

Detailed Solution: Question 2

Two operations provided by the IPC facility are receive and send messages. Exchange of data takes place in cooperating processes.

Test: Inter Process Communication (IPC) - Question 3

The link between two processes P and Q to send and receive messages is called __________

Detailed Solution: Question 3

The link between two processes P and Q to send and receive messages is called communication link. Two processes P and Q want to communicate with each other; there should be a communication link that must exist between these two processes so that both processes can able to send and receive messages using that link.

Test: Inter Process Communication (IPC) - Question 4

In indirect communication between processes P and Q _____

Detailed Solution: Question 4

In indirect communication between processes P and Q there is a mailbox to help communication between P and Q. A mailbox can be viewed abstractly as an object into which messages can be placed by processes and from which messages can be removed.

Test: Inter Process Communication (IPC) - Question 5

In the Zero capacity queue __________

Detailed Solution: Question 5

In the Zero capacity queue the sender blocks until the receiver receives the message. Zero capacity queue has maximum capacity of Zero; thus message queue does not have any waiting message in it.

Test: Inter Process Communication (IPC) - Question 6

Message passing system allows processes to __________

Detailed Solution: Question 6

Message Passing system allows processes to communicate with each other without sharing the same address space.

Test: Inter Process Communication (IPC) - Question 7

Messages sent by a process __________

Detailed Solution: Question 7

Messages sent by a process can be fixed or variable size. If the message size of the process is fixed then system level implementation is straightforward but it makes the task of programming more difficult. If the message size of the process is variable then system level implementation is more complex but it makes the task of programming simpler.

Test: Inter Process Communication (IPC) - Question 8

Bounded capacity and Unbounded capacity queues are referred to as __________

Detailed Solution: Question 8

Bounded capacity and Unbounded capacity queues are referred to as Automatic buffering. Buffer capacity of the Bounded capacity queue is finite length and buffer capacity of the Unbounded queue is infinite.

Test: Inter Process Communication (IPC) - Question 9

Which of the following are TRUE for direct communication?

Detailed Solution: Question 9

For direct communication, a communication link is associated with exactly two processes. One communication link must exist between a pair of processes.

Test: Inter Process Communication (IPC) - Question 10

In the non blocking send ______

Detailed Solution: Question 10

In the non blocking send, the sending process sends the message and resumes operation. Sending process doesn’t care about reception. It is also known as asynchronous send.

10 videos|143 docs|33 tests
Information about Test: Inter Process Communication (IPC) Page
In this test you can find the Exam questions for Test: Inter Process Communication (IPC) solved & explained in the simplest way possible. Besides giving Questions and answers for Test: Inter Process Communication (IPC), EduRev gives you an ample number of Online tests for practice
10 videos|143 docs|33 tests
Download as PDF