The page size in memory management depends on
2022
The page size in memory management depends on
- A.
Operating system
- B.
Architecture of machine
- C.
Internal memory
- D.
External memory
Attempted by 535 students.
Show answer & explanation
Correct answer: B
Page size is determined by the hardware architecture (MMU and address-translation support), not solely by the operating system or the amount of memory. Hardware (MMU, page-table format, and TLB) defines which page sizes are supported; the operating system can only use sizes provided by the hardware.