Answer:
Paged allocation divides the computer's primary memory into fixed-size units called page frames, and the program's address space into pages of the same size. The hardware memory management unit maps pages to frames.
Previous Question | Next Question |
What is partitioned allocation? | What is segmented memory management? |