In a paging system, which data structure maps logical page numbers to physical frame numbers?
Segment table
Page table
File allocation table
Interrupt vector table
View Answer
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).
