Explain Process States In Operating System, Process Execution In Operating System
In This Topic & Blog Having Any Query Then Post your Comment and Suggestion Below

Process State• As a process executes, it changes state
– new: The process is being created.
– running: The process is being executed.
– waiting: The process is waiting for some
event to occur.
– ready: The process is waiting to be
assigned to a processor.
– terminated: The process has finished
execution.
• As a process executes, it changes state
– new: The process is being created
– ready: The process is waiting to run
– running: Instructions are being executed
– waiting: Process waiting for some event to occur
– terminated: The process has finished execution
Labels: Operating System