Multiple Choice
If exec is called immediately after forking
A) the program specified in the parameter to exec will replace the entire process
B) all the threads will be duplicated
C) all the threads may be duplicated
D) none of the mentioned
Correct Answer:

Verified
Correct Answer:
Verified
Q14: Signals are identified by_<br>A)signal identifiers<br>B)signal handlers<br>C)signal actions<br>D)none
Q15: The three ways in which a process
Q16: Which of the following system calls does
Q17: Signals that occur at the same time,
Q18: If multiple threads are concurrently searching through
Q20: Which of the following is not TRUE?<br>A)processes
Q21: When a web page is loading, and
Q22: What is Thread cancellation?<br>A)the task of destroying
Q23: Which of the following system calls transforms
Q24: The usefulness of signals as a general