Thursday, November 23, 2023

The Page Table contains....................


Answer: base address of each page inside the Physical Memory

Paging is a Memory Management technique that helps in retrieving the processes from the secondary memory in the form of pages.

Paging helps in allocating memory to a process at different locations in the main memory. It reduces memory wastage and removes external fragmentation.

Paging uses Page Table.

The Page Table contains the base address of each page inside the Physical Memory. This address is combined with Page Offset to get the actual address of the required data in the main memory.

0 comments:

Post a Comment

Data Structures with C++



NET/SET/CS PG



Operating Systems



Computer Networks



JAVA



Design and Analysis of Algorithms



Programming in C++

Top