What kind of state is the blocked state in which the process is waiting for an event, such as the end of an I/O operation, the availability of a resource, or a signal from another process?


A. Timing
B. Uninterruptible
C. Stopped
D. Interruptible

Respuesta :

Answer:D)Interruptible

Explanation: Interruptible is the signal that occurs while there is execution is still in process and this signal stops the action. This halt in the execution of the process is given so that the other process can take place.

The control of the execution is transferred from the actual location to the location of storage that has already been defined and thus another operation gets executed. Thus , the correct option is option(D) as other option do no block the process of the already existing execution.

ACCESS MORE