Memory Management Question:

What is paged memory management?

OS Memory Management Interview Question
OS Memory Management Interview Question

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 QuestionNext Question
What is partitioned allocation?What is segmented memory management?