113k views
2 votes
The address of a page table in memory is pointed by:

a) Stack pointer
b) Page table base register
c) Page register
d) Program counter

User MiSHuTka
by
8.1k points

1 Answer

5 votes

Final answer:

The page table in memory is pointed by the Page table base register.

Step-by-step explanation:

The address of a page table in memory is pointed by the Page table base register. The page table is a data structure used in virtual memory systems to map virtual addresses to physical addresses. The page table base register holds the starting address of the page table in memory. By using this register, the processor can access the necessary page table entries to translate virtual addresses to physical addresses.

User Stanford
by
8.2k points