What is the state of processor, when a process is
waiting for some event to occur?
Answers were Sorted based on User's Feedback
The process is in blocked state, when a process is waiting
for some event(I/O completion)to occour.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / n@v@neeth@
Since they have asked for the state of the processor it
will be in the idle state for some time. As it depends on
the processor ie if its unix/linux it supports round robin
scheduling. so processor assigs some time slice for each
process.
so if one process is waiting for some event it switches to
other process after a particular time slice(Round Robin
Scheduling).
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / r@my@
the process is in BLOCKED STATE which waits for an event to
be occured in order to be executed.
| Is This Answer Correct ? | 1 Yes | 2 No |
How are server systems classified?
What is the resident set and working set of a process?
Explain ddks?
What is the purpose of port forwarding?
Where is the root directory?
What are types of operating system?
How do I upgrade my excel to 64 bit?
How do I stop blue screen?
How you can Kill the Session by force?
Explain the difference between logical & physical address.
Where is program files located?
Why would a parent process terminate a child process?