Open In App

GATE | GATE-CS-2009 | Question 34

Like Article
Like
Save
Share
Report

A multilevel page table is preferred in comparison to a single level page table for translating virtual address to physical address because
(A) It reduces the memory access time to read or write a memory location.
(B) It helps to reduce the size of page table needed to implement the virtual address space of a process.
(C) It is required by the translation lookaside buffer.
(D) It helps to reduce the number of page faults in page replacement algorithms.


Answer: (B)

Explanation: The size of page table may become too big (See this) to fit in contiguous space. That is why page tables are typically divided in levels.

Quiz of this Question


Last Updated : 28 Jun, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads