Computer Science, asked by rajputroger594, 1 year ago

The cycle through which a process changes its state from newly created to execution completed is known as

Answers

Answered by choudhary21
0

Explanation:

Ready processes are waiting to have the processor allocated to them by the operating system so that they can run.

Process may come into this state after Start state or while running it by but interrupted by the scheduler to assign CPU to some other process.

Answered by Anonymous
0

Answer:

A processor can execute only one Process at a Time.

When a Process Change his State from one State to Another, then this is also called as the Process State Transition. In this a Running Process may goes on Wait and a ready Process may goes on the Wait State and the Wait State can be goes on the Running State.

Similar questions