edited by
4,712 views
18 votes
18 votes

Which of the following is an example of a spooled device?

  1. The terminal used to enter the input data for the C program being executed

  2. An output device used to print the output of a number of jobs

  3. The secondary memory device in a virtual storage system

  4. The swapping area on a disk used by the swapper

edited by

4 Answers

Best answer
23 votes
23 votes
Answer : Option (B)

SPOOLing (Simultaneous Peripheral Operations OnLine) is a technique in which an intermediate device such as disk is interposed between process and low speed I/O device like a printer. If a process attempts to print a document but printer is busy printing another document, the process, instead of waiting for printer to become available, write its output to disk. When the printer become available the data on disk is printed. Spooling allows process to request operations from peripheral devices without requiring that the device be ready to service the request.
selected by
Answer:

Related questions

19 votes
19 votes
4 answers
1
Kathleen asked Sep 25, 2014
13,954 views
A counting semaphore was initialized to $10$. Then $6 P$ (wait) operations and $4V$ (signal) operations were completed on this semaphore. The resulting value of the semap...
32 votes
32 votes
3 answers
2
Kathleen asked Sep 25, 2014
10,095 views
When the result of a computation depends on the speed of the processes involved, there is said to becycle stealingrace conditiona time locka deadlock
31 votes
31 votes
8 answers
4
Kathleen asked Sep 25, 2014
10,437 views
Which normal form is considered adequate for normal relational database design?$2NF$$5NF$$4NF$$3NF$