Memory ___________ is a technique used to rearrange memory contents to place all free memory together.

  • Allocation
  • Compaction
  • Fragmentation
  • Paging
Memory compaction is a technique used in memory management to reduce fragmentation by rearranging memory contents to place all free memory together in contiguous blocks. This helps in maximizing the available memory for allocating new processes or data structures, especially in systems where memory fragmentation can lead to inefficient memory usage.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *