How many operations are made on process?
a) one
b) two
c) three
d) four
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
What does IPC stand for?
a) inter process communication
b) intel process command
c) inter process command
d) all of these
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
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
Which of the following are advantages of cooperating processes?
a) information sharing
b) computation speedup
c) modularity
d) all of these