Multiple Choice
When a process ________ a signal, the operating system responds to the signal using the default signal handler; however, when a process ________ a signal of a particular type, the operating system does not deliver signals of that type and does not respond to the signal.
A) masks, catches
B) ignores, masks
C) catches, masks
D) masks, ignores
Correct Answer:

Verified
Correct Answer:
Verified
Q2: What type of exception would occur in
Q3: Typically, the ready list of ready processes
Q4: What operation is particularly useful for detecting
Q5: _ employs interprocess communication.<br>A) A text editor
Q6: Which of the following statements about pipes
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
Q12: When a child process is spawned, the