As an Amazon Associate I earn from qualifying purchases.

Compaction Notes: Definitions & Explanations PDF Download

Download Compaction Notes App (Play Store) Download Compaction Notes App (App Store)

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 Object Request Broker?

Object Request Broker is a middleware which allows program to be made from one computer to another through a computer ...

What is Field?

A field is an area in fixed or known location in a unit of data like a record, message header ...

What is Sequential Access?

Sequential access means that a group of elements, such as data in memory array or magnetic disk storage, is accessed ...

What is Monitor?

A monitor is a synchronization construct that allows threads to have both mutual exclusion and the ability to wait for ...

What is Process Switch?

A process switch is the shifting of operating system scheduler from one running program to another. This requires saving all ...

What is Demand Paging?

Demand Paging is a method of virtual memory management. It follows that a process starts its execution without any of ...