What is spooling? and What is spooled device? Give the
examples for the spooled devices?
Answer Posted / pooventhan elango
Acronym for simultaneous peripheral operations on-line,
spooling refers to putting jobs in a buffer, a special area
in memory or on a disk where a device can access them when
it is ready. Spooling is useful because devices access data
at different rates. The buffer provides a waiting station
where data can rest while the slower device catches up.
The most common spooling application is print spooling. 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.
| Is This Answer Correct ? | 46 Yes | 5 No |
Post New Answer View All Answers
Explain demand paging, page fault interrupt, and trashing?
Where are the global variables stored?
List the sub-components of i/o manager in windows nt?
What is a Real Time Operating System? Elaborate.
What is bursting?
What is the difference between micro kernel and macro kernel?
What do you understand by transaction atomicity?
What is virtual memory and where it exhist ?
What is gang scheduling in operating system (os)?
Differentiate between logical and physical address.
How are data structures handled by ntfs?
What is fcfs?
What is context in operating system?
Can ram cause blue screen?
Tell me when does the condition 'rendezvous' arise?