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 difference between micro kernel and macro kernel?
What are numerous ways in which a thread can enter the waiting state?
What is Semaphore?
What are the advantages of multithreaded programming?
What items of information about a task might be useful in real time scheduling?
How do I completely remove all traces of a program?
What is chkdsk used for?
What is a phase change memory?
What are the activities related to the time shared user program management?
What is virtual memory, if OS didt have that concept What are the problems can arise?
What are the four necessary and sufficient conditions behind the deadlock?
How do I see all files on my mac?