Podcast
Questions and Answers
What state does a program enter after its time slice is completed?
What state does a program enter after its time slice is completed?
- Blocked state
- Ready state (correct)
- Running state
- Terminated state
When does a process transition from running state to blocked state?
When does a process transition from running state to blocked state?
- When it completes an I/O operation (correct)
- When the OS scheduler allocates CPU time
- When it is waiting for an I/O resource
- When its time slice is completed
What prompts a process to move from blocked state to ready state?
What prompts a process to move from blocked state to ready state?
- Waiting for an I/O resource
- OS scheduler allocates CPU time
- I/O operation is ready to be completed (correct)
- Completion of time slice