Contents

How many operations are made on process?
a) one   
b) 
two    
c) three
d) four

b

Explanation: process termination, process creation


Which of the following system call is used to terminate child process by its parent process?
a) exit() 
b) 
abort()
c) fork()
d) none of these

b

What does IPC stand for?
a) 
inter process communication       
b) intel process command
c) inter process command
d) all of these

a

A process that cannot affect or be affected by any other process is called….
a) inter process communication      
b) 
independent process
c) cooperating process
d) none of these

b

A process that can affect or be affected by any other process is called…..
a) inter process communication
b) independent process
c) 
cooperating process 
d) none of these

c

Which of the following are advantages of cooperating processes?
a) information sharing       
b) computation speedup
c) modularity       
d) 
all of these

d