πŸ“’ Too many exams? Don’t know which one suits you best? Book Your Free Expert πŸ‘‰ call Now!

  • google app store apple app store
  • βœ–

      Question

      Memory compaction is a technique used

      to:
      A Reduce the size of executable programs on disk. Correct Answer Incorrect Answer
      B Combine small free memory holes into one large free block. Correct Answer Incorrect Answer
      C Compress data stored in memory to save space. Correct Answer Incorrect Answer
      D Allocate memory to processes in fixed-size blocks. Correct Answer Incorrect Answer
      E Swap processes between main memory and secondary storage. Correct Answer Incorrect Answer

      Solution

      Compaction is a memory management technique used to solve external fragmentation by relocating all allocated memory blocks to one end of memory, thereby consolidating all free space into a single, contiguous block.

      Practice Next
      ask-question