

MCQOPTIONS
Saved Bookmarks
1. |
In most cases, if a process is sent a signal while it is executing a system call ____________ |
A. | the system call will continue execution and the signal will be ignored completely |
B. | the system call is interrupted by the signal, and the signal handler comes in |
C. | the signal has no effect until the system call completes |
D. | none of the mentioned |
Answer» D. none of the mentioned | |