Multiple choice

Which of the following memory management techniques allows different pieces of a program to be compiled independently?

  1. Segmentation

  2. Overlay

  3. Paging

  4. None of these

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

This technique allows different pieces of a program to be compiled independently and thus not needed to recompile and relink the whole program after a single revision is made.