Memory Management Question:

What is paged memory management?

Tweet Share WhatsApp

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.

Read All 8 OS Memory Management Questions
Previous QuestionNext Question
What is partitioned allocation?What is segmented memory management?