print buffer
An area of computer memory where data to be printed is held until the printer is ready to print it. It enables a program to continue operating without waiting for each character to be printed, as it can send its data to the buffer. The buffer is normally managed by the operating system. When a printer, which works much slower than a computer, is ready to print the next data, it can signal this by means of an interrupt to the operating system. The operating system will remove the data from the buffer and send it to the printer.
Related terms
ready
buffer
keyboard buffer
printer
signal
interrupt
operating system
background job
job
job queue
print job
print queue
print spooler
Term sub categories
Hardware
memory
Hardware
printer hardware
- Jump:
- a -
- b -
- c -
- d -
- e -
- f -
- g -
- h -
- i -
- j -
- k -
- l -
- m -
- n -
- o -
- p -
- q -
- r -
- s -
- t -
- u -
- v -
- w -
- x -
- y -
- z -
- symbols