The page size in memory management depends on
2021
The page size in memory management depends on
Answer: B. Architecture of machine — Page size is determined by the hardware architecture (MMU and address-translation support), not solely by the operating system or the amount of memory.…
- A.
Operating system
- B.
Architecture of machine
- C.
Internal memory
- D.
External memory
Attempted by 857 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.
Loading lesson…