adplus-dvertising
frame-decoration

Question

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: (c).the signal has no effect until the system call completes

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. In most cases, if a process is sent a signal while it is executing a system call :

Similar Questions

Discover Related MCQs

Q. A process can never be sure that a signal it has sent _____________

Q. In UNIX, the _____ system call is used to send a signal.

Q. Thread pools are useful when :

Q. Instead of starting a new thread for every task to execute concurrently, the task can be passed to a ___________

Q. Each connection arriving at multi threaded servers via network is generally :

Q. The idea behind thread pools is :

Q. If the thread pool contains no available thread :

Q. Thread pools help in :

Q. Thread pools limit the number of threads that exist at any one point, hence :

Q. The number of the threads in the pool can be decided on factors such as :

Q. Because of virtual memory, the memory can be shared among

Q. _____ is the concept in which a process is copied into main memory from the secondary memory according to the requirement.

Q. The pager concerns with the

Q. Swap space exists in

Q. When a program tries to access a page that is mapped in address space but not loaded in physical memory, then

Q. Effective access time is directly proportional to

Q. In FIFO page replacement algorithm, when a page must be replaced

Q. Which algorithm chooses the page that has not been used for the longest period of time whenever the page required to be replaced?

Q. A process is thrashing if

Q. Working set model for page replacement is based on the assumption of