When a program is allocated a memory hole that is bigger than needed, then it…

2019

When a program is allocated a memory hole that is bigger than needed, then it is called:

Answer: A. Internal fragmentationInternal fragmentation occurs when allocated memory is larger than required, leaving unused space inside the allocated block.

  1. A.

    Internal fragmentation

  2. B.

    Page fault

  3. C.

    Segmentation

  4. D.

    External fragmentation

Attempted by 670 students.

Show answer & explanation

Correct answer: A

Internal fragmentation occurs when allocated memory is larger than required, leaving unused space inside the allocated block.

Explore the full course: Hpsc Pgt Computer Science

Loading lesson…