Multiple Choice
If a process does not call exec after forking
A) the program specified in the parameter to exec will replace the entire process
B) all the threads should be duplicated
C) all the threads should not be duplicated
D) none of the mentioned
Correct Answer:

Verified
Correct Answer:
Verified
Q4: A fork system call will fail if<br>A)the
Q5: The_maintains pending and blocked bit vectors in
Q6: In UNIX, the set of masked signals
Q7: In most cases, if a process is
Q8: Cancellation point is the point where<br>A)the thread
Q10: When one thread immediately terminates the target
Q11: When the target thread periodically checks if
Q12: Cancelling a thread asynchronously<br>A)frees all the resources
Q13: Signals of a given type_<br>A)are queued<br>B)are all
Q14: Signals are identified by_<br>A)signal identifiers<br>B)signal handlers<br>C)signal actions<br>D)none