Multiple Choice
When a child process is spawned, the UNIX fork system call returns ________ to the parent process and ________ to the child process.
A) a value of zero, the PID of the parent process
B) a value of one, the PID of the parent process
C) the PID of the child process, a value of zero
D) the PID of the child process, a value of one
Correct Answer:

Verified
Correct Answer:
Verified
Q7: When a process _ a signal, the
Q8: _ assigns a processor to the first
Q9: A _ send is an example of
Q10: How many processes truly can execute concurrently
Q11: The interrupt vector _.<br>A) is an array
Q13: A process control block (PCB) typically includes
Q14: Which of the following statements about signals
Q15: Which of the following can occur?<br>A) A
Q16: Which of the following typically is not
Q17: Which of the following statements about UNIX