Answer Posted / 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 |
Post New Answer View All Answers
What is a cache memory?
Describe the actions taken by the operating system when a page fault occurs?
Explain the Difference between Process and a Thread.
Explain process.
How does gcd work?
Is safari the same as internet explorer?
What does echo $$ do?
How does reference counting manage memory allocated objects? When can it fail to reclaim objects?
What is tty stand for?
What is bounded-buffer problem?
State two differences between user and kernel space?
Tell me operating systems used in mobile.
Explain what do you understand by registers, briefly explain the various types of registers.
At what mode the fault handler executes?
When does stack (process stack) overflow? What are the remedies?