Compaction Notes: Definitions & Explanations PDF Download
Study Compaction lecture notes PDF with operating system definitions and explanation to study “What is Compaction?”. Study compaction explanation with operating system terms to review operating system course for online degree programs.
Compaction Definition:
A technique that is used when memory is divided into variable-size partitions.
Operating Systems by William Stallings
Compaction Notes:
Compaction is a process in which the free space is collected in a large memory chunk to make some space available for processes. Furthermore, compaction refers to combining all the empty spaces together and processes.
Keep Learning with Operating System Notes
What is Chained List?
A chained list or linked list is a linear collection of data elements, whose order is not given by their ...
What is Enabled Interrupt?
Enabled interrupts are created by operating systems so that the processor works on the interrupt enabled. Interrupts are enabled, for ...
What is Binary Tree?
A binary tree is a data structure in which each node can have maximum of two children known as left ...
What is Indexed Sequential Access?
Indexed Sequential Access is a method that modifies the direct access method. Basically it combines both, the direct and sequential ...
What is Device Driver?
Device driver is a computer program that operates or controls a particular type of peripheral or device that is attached ...
What is Reentrant Procedure?
A reentrant procedure is one in which a single copy of the program can be shared by multiple users during ...