Question:

What is the role of the page table in an operating system?

Show Hint

Page tables are crucial for virtual memory; understand their role in address translation.
Updated On: Jun 18, 2025
  • Maps virtual addresses to physical addresses
  • Stores process executable code
  • Manages CPU scheduling
  • Handles file system operations
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

The page table in an operating system:
- Maintains mappings between virtual addresses (used by processes) and physical addresses (in memory).
- Enables virtual memory, supporting process isolation and efficient memory management.
Option (2) refers to program storage, (3) to CPU scheduling, and (4) to file systems, none of which are page table functions.
Option (1) is correct.
Was this answer helpful?
0
0