Wednesday 3 June 2020

UGC NET Computer Science December 2019 | Question 79

Question 79
Which of the following interprocess communication model is used to exchange messages among co-operative processes?
  1. 1. Shared memory model
  2. 2. Message passing model
  3. 3. Shared memory and message passing model
  4. 4. Queues
Answer : 3. Shared memory and message passing model

Explanation
A process can be of two types:
  1. Independent process: It is not affected by the execution of other processes
  2. Co-operating process: It can be affected by other executing processes.
Interprocess communication (IPC) method which will allow them to exchange data along with various information among co-operative processes.
There are two primary models used for interprocess communication (communication among the processes) :
  1. Shared Memory Model
  2. Message Passing Model for sender and receiver process
So, option 3 is correct answer

PreviousNext
UGC NET CS December 2019 - Question 78UGC NET CS December 2019 - Question 80

No comments:

Post a Comment

UGC NET Computer Science December 2019 | Question 16

Question 16 In a certain coding language. 'AEIOU' is written as 'TNHDZ'. Using the same coding language. 'BFJPV' wil...

Popular Posts