Multiple Choice
Child processes inherit UNIX ordinary pipes from their parent process because:
A) The pipe is part of the code and children inherit code from their parents.
B) A pipe is treated as a file descriptor and child processes inherit open file descriptors from their parents.
C) The STARTUPINFO structure establishes this sharing.
D) All IPC facilities are shared between the parent and child processes.
Correct Answer:

Verified
Correct Answer:
Verified
Q45: init is the very first process for
Q46: Explain the fundamental differences between the UNIX
Q47: Which of the following is true?<br>A) An
Q48: The difference between a program and a
Q49: The _ application is the application appearing
Q50: Explain why Google Chrome uses multiple processes.
Q52: Describe two approaches to the binding of
Q53: What is the degree of multiprogramming for
Q54: Using a section object to pass messages
Q55: For a single-processor system, there will never