Which memory management scheme maps logical address space onto physical storage blocks called pages and frames?
A. Paging
B. Virtual Memory
C. Cache Mapping
D. Fragmentation
Answer: Option A
Solution (By JKSSB Mock Tests)
Paging is a memory management scheme that eliminates the need for contiguous allocation of physical memory by dividing physical memory into frames and logical memory into pages.
Explanation:
Computer systems process binary logic states (0 and 1). Thus, memory capacities naturally scale using powers of 2 (e.g., 2, 4, 8, 16, 32, 64).
No comments yet. Be the first to start the discussion!