Multiple choice

Which of the following causes internal fragmentation?

  1. Static allocation of memory

  2. Dynamic allocation of memory

  3. Both static and dynamic allocation of memory

  4. None of the above

  5. Sometimes static and some times dyanimic memory

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

When partition is static memory is wasted in each partition where an object of smaller size than the partition itself is loaded and is known as internal fragmentation.