Drive
Spooler
Interpreter
Linkage editor E. None of the above
Answer is Wrong!
Answer is Right!
The correct answer is: B. Spooler.
A spooler is a program that temporarily stores data or programs so that they can
be processed later. It is often used to create a job queue, which is a list of tasks that need to be completed. The spooler will then process the tasks in the queue one at a time, until all of them are complete.A drive is a physical device that stores data. It can be a hard drive, a floppy drive, or a CD drive.
An interpreter is a program that converts source code into machine code one line at a time.
A linkage editor is a program that combines object
files into a single executable file.None of the above options are special software to create a job queue.