Operating System
Programming and Technical
Programming
Technical
What are the reasons for process suspension?
1) swapping
2) interactive user request
3) timing
4) parent process request
Read Solution (Total 6)
-
- 1) Swappping
- 10 years agoHelpfull: Yes(1) No(2)
- the reasons are 2,3,4 .
in swapping the process swaps with other but doesn't suspend,
in user request the user can do any thing with the process he can swap, it , terminate it or end it
in timing there is some time deadline in which the process had to be completed if the process is not completed in that time so it got suspended by cpu
in parent process request the child process is given instructions by parent process so in the condition what the parent say the child process will do
- 9 years agoHelpfull: Yes(0) No(0)
- al r the reason for suspension
- 9 years agoHelpfull: Yes(0) No(0)
- All are correct reasons
- 7 years agoHelpfull: Yes(0) No(0)
- the main reason is timing
- 7 years agoHelpfull: Yes(0) No(0)
- https://www.cs.helsinki.fi/u/kerola/kj2/stal-01_slides_figs/T3-Vertical.pdf
- 6 years agoHelpfull: Yes(0) No(0)
Operating System Other Question