Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
45 views1 page

614

The document contains a quiz with questions related to interprocess communication and deadlock conditions in computing. It includes multiple-choice questions about the definition of interprocess communication, the criteria for a set of processes to be in deadlock, and the contents of a process stack. The options provided for each question help assess understanding of these concepts.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views1 page

614

The document contains a quiz with questions related to interprocess communication and deadlock conditions in computing. It includes multiple-choice questions about the definition of interprocess communication, the criteria for a set of processes to be in deadlock, and the contents of a process stack. The options provided for each question help assess understanding of these concepts.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

1 What is interprocess communication?

A. communication within the process


B. communication between two process
C. communication between two threads of same process
D. none of the mentioned
2 A set of processes is deadlock if
A. each process is blocked and will remain so forever
B. each process is terminated
C. all processes are trying to kill each other
D. none of the mentioned
3 A process stack does not contain
A. function parameters
B. local variables
C. return addresses
D. PID of child process

You might also like