Answers

Question and Answer:

  Home  Programming Concepts

⟩ What is paging?

Pageing is a memory Management technique which allows users program memory to be non continus, the technique is used to remove the problem of external fragmentation.In this technique entire user Memory is divided into fixed size page frames, a Page Map table is used to map the user process pages to physical memory page.

 187 views

More Questions for you: