You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Work done : On I/O instructions, the current process is set in the suspended(blocked) mode. Created a interrupt queue and the accesed the queue for executing the next timed interrupt. The interrupts are timed after a calculated number of instructions. On execution of the interrupt, the blocked process is unblocked.