Spooling Notes: Definitions & Explanations PDF Download
Study Spooling lecture notes PDF with operating system definitions and explanation to study “What is Spooling?”. Study spooling explanation with operating system terms to review operating system course for online degree programs.
Spooling Definition:
Use of secondary memory as buffer storage to reduce processing delays when transferring data between peripherals and processors.
Operating Systems by William Stallings
Spooling Notes:
Spooling is a process in which data is temporarily held to be used and executed by a device, program or the system. Data is sent to and stored in memory or other volatile storage devices until it is requested for execution. Spool is an acronym for simultaneous peripheral operations online.
Keep Learning with Operating System Notes
What is Time Sharing?
Time sharing is a technique which enables multiple users located at different terminals to use a particular computer system at ...
What is Response Time?
Response time is the elapsed time between an inquiry on a system and the response to the inquiry. Response time ...
What is Priority Inversion?
Priority inversion is a scenario in scheduling in which a high priority task is indirectly preempted by a low priority ...
What is Client?
A client is basically a desktop computer or a workstation that is capable of obtaining information and applications from a ...
What is Consumable Resource?
Consumable resources are assets available on machines that can be created or consumed either by the machine or by the ...
What is Critical Section?
Critical section is the part of a program which tries to access shared resources. The critical section cannot be executed ...