InterviewSolution
| 1. |
What Is Print Spooling? |
|
Answer» In print spooling, documents are loaded into a buffer (USUALLY an area on a disk), and then the printer PULLS them off the buffer at its own rate. Because the documents are in a buffer where they can be accessed by the printer, you can perform other operations on the computer while the PRINTING takes place in the background. Spooling also lets you place a number of print jobs on a QUEUE instead of waiting for each one to FINISH before specifying the next one. In print spooling, documents are loaded into a buffer (usually an area on a disk), and then the printer pulls them off the buffer at its own rate. Because the documents are in a buffer where they can be accessed by the printer, you can perform other operations on the computer while the printing takes place in the background. Spooling also lets you place a number of print jobs on a queue instead of waiting for each one to finish before specifying the next one. |
|