Multiple Choice
The three ways in which a process responds to a signal are___________
A) ignoring the signal
B) handling the signal
C) performing some default action
D) all of the mentioned
Correct Answer:

Verified
Correct Answer:
Verified
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
Q16: Which of the following system calls does
Q17: Signals that occur at the same time,
Q18: If multiple threads are concurrently searching through
Q19: If exec is called immediately after forking<br>A)the
Q20: Which of the following is not TRUE?<br>A)processes