As a process execute,it changes state.the state of a process is defined in part by the current activity of that process.A process may be in one of the following states. 1.New 2.Running 3.Waiting 4.Ready 5.Terminated
Answers
Answered by
1
Answer: waiting
Explanation:
Answered by
1
A process may be in all the above mentioned states. (options 1,2,3,4 & 5)
- As a process execute, it changes state.
- The current activity of a process helps to define the state of that process. New, Ready, Running, Wait, and Terminated are the states of the process.
- A process is a program in execution that is more than a text portion of programme code. This idea applies to all operating systems since every task that the operating system performs requires the use of a process.
- New: A new procedure is being developed.
- Running: In this state, the instructions are being carried out.
- Waiting: The process is waiting for something to happen, such as an I/O operation to complete or a signal to arrive.
- Ready: The process is ready for a processor to be assigned to it.
- Terminated: The process has completed its execution.
Similar questions