• edited by
7,006 views
5 5 votes

Special software to create a job queue is called a

  1. Driver
  2. Spooler
  3. Interpreter
  4. Linkage editor

2 Answers

11 11 votes

Ans : Spooler

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.

0 0 votes

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.

Answer:
Position:
Show:

Related questions

4 4 votes
3 answers 3 answers
3.9k
3.9k views
go_editor asked Jun 15, 2016
3,923 views
Process isA program in high level language kept on diskContents of main memoryA program in executionA job in secondary memory
7 7 votes
3 answers 3 answers
7.6k
7.6k views
Desert_Warrior asked Jun 3, 2016
7,601 views
Which is the correct definition of a valid process transition in an operating system?Wake up: ready $\rightarrow$ runningDispatch: ready $\rightarrow$ runningBlock: ready...
32 32 votes
3 answers 3 answers
15.4k
15.4k views
gatecse asked Sep 21, 2014
15,372 views
Let $f(x)$ be the continuous probability density function of a random variable $x$, the probability that $a < x \leq b$, is :$f(b-a)$$f(b) - f(a)$$\int\limits_a^b f(x) dx...
7 7 votes
2 answers 2 answers
17.8k
17.8k views
go_editor asked Jun 14, 2016
17,806 views
Consider a set of 5 processes whose arrival time, CPU time needed and the priority are given below:Process PriorityArrival Time (in ms)CPU Time NeededPriorityP10105P2052P...