Multiple Choice
When the target thread periodically checks if it should terminate and terminates itself in an orderly manner, it is called?
A) asynchronous cancellation
B) systematic cancellation
C) sudden termination
D) deferred cancellation
Correct Answer:

Verified
Correct Answer:
Verified
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
Q9: If a process does not call exec
Q10: When one thread immediately terminates the target
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
Q15: The three ways in which a process
Q16: Which of the following system calls does