What is meant by the term spooling? Give an example of when it can be used.

Spooling refers to the use of a temporary storage area, a buffer held in memory for a peripheral device to access when it's ready to process the instruction. This is because devices access data at different speeds. Job references are stored in the spool queue, according to priorities. This technique allows slower devices to interact with faster ones; an example is when data is stored to a disk drive when printing. The CPU is much faster than the printer so references are stored in a queue.

ZN

Related Computing A Level answers

All answers ▸

How can XOR be used in encryption and what type of encryption is this ?


Explain what is meant by the term ‘TCP/IP stack’ [3]


Why indentation is important in Python and what is the scope of a global variable?


Write pseudocode for the binary search algorithm and state, with an explanation, it's worst case complexity in big-O notation