Operating System Threads Signal Handling
Q In most cases, if a process is sent a signal while it is executing a system call ____________
  • A A. The system call will continue execution and the signal will be ignored completely
  • B B. The system call is interrupted by the signal, and the signal handler comes in
  • C C. The signal has no effect until the system call completes
  • D D. None of the mentioned
Leave a Comment