Computer Science, asked by abhijitdd8534, 11 months ago

What are the different states of a Process?

Answers

Answered by harshita774838
3

Answer:

There is your answer....

Explanation:

A process is a Program in execution.. process is not as same as program code but a lot more than it.. A process is an "active" entity as opposed to program which is considered to be a 'Passive' entity.. Attributes held by process include hardware state, memory, CPU...

etc....

New :

Ready :

Running :

Waiting :

Terminated :

New : The process is being created...

Ready : The process is waiting to be assigned to processor...

Running : Instructions are being executed...

Waiting : The process is waiting for same event to occur ( such as an I\O completion or reception of signal)...

Terminated : The process has finished execution....

I hope it will help you....

Similar questions