Explanation:
In Preemptive Multitasking, the OS uses a hardware timer to interrupt a process when its allocated time slice (quantum) expires, ensuring fair CPU distribution.
What technique is used by operating systems to handle input/output operations for slow devices like printers by temporarily storing data in an isolated disk queue?
Explanation:
Spooling manages high-volume document outputs by queuing files on secondary storage until the slower output device (like a printer) is ready to process them.
No comments yet. Be the first to start the discussion!