Answer: Spooler
A spooler (Simultaneous Peripheral Operations On-Line) is special system software that manages the job queue for devices like printers or other I/O peripherals.
It temporarily stores output jobs on a secondary storage (like a disk) and sends them to the device sequentially. This allows the CPU to continue executing other processes while I/O operations are being handled asynchronously.
Example:
When multiple print jobs are sent to a printer, the print spooler maintains a queue and processes them one by one, improving overall system efficiency.
Hence, the correct answer is: Spooler.