Q. In round robin (time slicing) policy appliedon uni processor scheduling (Solved)
1. When interrupt occurs, the currently running process is placed in ready queue, and next ready job is selected in First come First serve basis.
2. When interrupt occurs, the currently running process is placed in ready queue and next ready job is selected in random order.
- a. When interrupt occurs, the currently running process is placed in ready queue, and next ready job is selected in First come First serve basis.