Please describe the different state of a process?
Answers were Sorted based on User's Feedback
Answer / hemant chand dungriyal
Only five state:-
1. New
2. Ready
3. Running
4. Waiting/Suspended/Blocked
5. Halted/Terminated
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / hardik joshi
A process states can be classified as :
Two-state model:
Ready and Running
Five-state model:
New, Ready, Running, Blocked/Waiting, Terminated
Seven-state model:
New, Ready, Running, Blocked, Blocked Suspended, Ready
Suspended, Terminated
Note: Unix uses 9 states ..
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / laxmi narayana.moru
from the birth of the process..process is executed in
various states,which are as follows..
1.new state(wating for main memory)
2.ready state(current in memory.waiting for cpu time)
3.running state(currently in execution by cpu)
4.waiting state(for some resources,interrupts,child process)
5.terminate state
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / samir11
different states of a process are new,running,ready,wait &
exit.
| Is This Answer Correct ? | 1 Yes | 1 No |
What is the resident set and working set of a process?
Explain the meaning of kernal.
What are the operating system types?
Is faster ram worth it?
How do I tell if excel 2016 is 32 or 64 bit?
Explain about paged segmentation and segment paging ?
Where the user store resides in OS?
What are starvation and aging?
Describe the Buddy system of memory allocation.
What is the difference between process and program?
Why paging is used?
Is it ok to interrupt chkdsk?