Loading content
In a paging system, which data structure maps logical page numbers to physical frame numbers?
Correct Answer: B — Page table
Explanation:
The page table stores the mapping between logical page numbers (used by the process) and physical frame numbers (in RAM).