Which among the following is true about memory?
UT
A. The memory allocated to each page is contiguous.
B. The offset is different in a virtual address and a physical address
C. Logical address space can be smaller than physical address space
D. Segmentation avoids external memory fragmentation
Answers
Answered by
1
Answer:
Right answer is D
Explanation:
Segmentation avoids external memory fragmentation.
Answered by
0
Option (C) is correct.
Logical address space can be smaller than physical address space.
About memory :
- The assertion is correct. Because a portion of the program must be stored in memory during execution, the logical address space might be significantly bigger than the physical address space.
- The main distinction between logical and physical addresses is that a logical address is created by the CPU in the context of a program, whereas a physical address is a memory location.
Similar questions