As an Amazon Associate I earn from qualifying purchases.

Spooling Notes: Definitions & Explanations PDF Download

Download Spooling Notes App (Play Store) Download Spooling Notes App (App Store)

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 Process Image?

A process image is an image of a process taken when the memory is allocated to it before execution. This ...

What is Address Space?

Address space is the amount of storage/memory that is allocated for all possible addresses of computational entities such as a ...

What is Real Address?

A real address, more commonly known as the physical address, is a memory address that is represented in the form ...

What is Disk Cache?

A disk cache is a mechanism for improving the time it takes to write to and read from hard disk. ...

What is Busy Waiting?

Busy waiting is a phenomenon in which a process checks repeatedly for a certain condition. It is waitinf for the ...

What is Locality of Reference?

Locality of Reference also called Principle of Locality, is the tendency of a processor to access the same set of ...