Process Life Cycle Management
1. which of the following state transitions are possible?
1. Ready -> Running
2. Running -> Wait
3. Terminated -> Running
4. Ready -> Wait
5. Wait ->Ready
2. What is an interrupt in an operating system?
3. What are the possible ways that the process can leave the CPU?
1.When process is terminated
2.When process is preempted
3.When it receives an I/O call
4.When it receives an interrupt
5.When the I/O requirement is completed
4. When the process is in the blocked/wait stage it does not require a CPU.
5. What are the possible operations that can be done to a process?
6. In a multiprogramming operating system, processes in the Ready state are stored in the:
7. What is the purpose of a timer interrupt?