COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

OPERATING SYSTEMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which is not a process state?
A
waiting
B
terminated
C
blocked
D
redirected
Explanation: 

Detailed explanation-1: -Finished is a not process state. Ready State– A state in which a process is ready and waiting for its execution. Blocked State– A state in which a process doesn’t execute until and unless a process event occurs, like completion of an Input/output operation.

Detailed explanation-2: -Ready: When a process is created, it immediately goes into the ready state, where it waits for the CPU to be assigned to it.

Detailed explanation-3: -New State. Ready State. Run State. Terminate State. Block or Wait State. Suspend Ready State. Suspend Wait State.

Detailed explanation-4: -New − The process is being created. Running − In this state the instructions are being executed. Waiting − The process is in waiting state until an event occurs like I/O operation completion or receiving a signal. Ready − The process is waiting to be assigned to a processor. More items •29-Nov-2021

There is 1 question to complete.