1.
In a paging system, which data structure maps logical page numbers to physical frame numbers?
A
Segment table
B
Page table
C
File allocation table
D
Interrupt vector table
Answer and explanation
Correct Answer: B — Page table
The page table stores the mapping between logical page numbers (used by the process) and physical frame numbers (in RAM).
