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 Word?
A word is a unit of data of a defined bit length that can be addressed and moved between storage ...
What is Thread?
A thread is a single sequence within a process. Thread have some of the properties of processes, that is why ...
What is Cache Memory?
Cache memory also known as the CPU memory is a volatile very high-speed Static Random Access Memory (SRAM) that a ...
What is Worm?
A computer worm is a malware computer program that replicates itself in order to spread itself to other computers. Worms ...
What is Stack?
Stack is a special region in a computer's memory that stores temporary variables created by each function. The stack is ...
What is Concurrent?
Concurrent processing is a computing model in which multiple processors execute instructions simultaneously for better performance. Concurrent means something that ...