Computer Science - Operating Systems Concepts - Discussion

Discussion Forum : Operating Systems Concepts - Section 4 (Q.No. 17)
17.
Special software to create a job queue is called a
Drive
Spooler
Interpreter
Linkage editor
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Rubi.. said:   3 years ago
SPOOL (which stands for " simultaneous peripheral operations online") a computer document or task list (or "job") is to read it in and store it, usually on a hard disk or larger storage medium so that it can be printed or otherwise processed at a more convenient time.

For example, when a printer is finished printing its current document).

Swapnali said:   1 decade ago
A program that controls spooling -- putting jobs on a queue and taking them off one at a time. Most operating systems come with one or more spoolers, such as a print spooler for spooling documents. In addition, some applications include spoolers. Many word processors, for example, include their own print spooler.

Post your comments here:

Your comments will be displayed after verification.