Question:medium

Match List I with List II.
List IList II
A. SegmentationI. Memory is viewed as a collection of logical address spaces.
B. Unsegmented paged memoryII. Virtual address is the same as the physical address.
C. Segmented unpaged memoryIII. Memory is viewed as a paged linear address space.
D. Segmented paged memoryIV. Manages the allocation of memory within a partition.

Show Hint

Unsegmented memory maps directly to physical memory, while segmented and paged memory applies divisions for logical management.
Updated On: Feb 11, 2026
  • (A) - (I), (B) - (IV), (C) - (III), (D) - (II)
  • (A) - (V), (B) - (II), (C) - (I), (D) - (III)
  • (A) - (III), (B) - (IV), (C) - (II), (D) - (I)
  • (A) - (IV), (B) - (III), (C) - (II), (D) - (I)
Show Solution

The Correct Option is A

Solution and Explanation

In unsegmented unpaged memory (A), virtual addresses are identical to physical addresses, with no paging or segmentation. This corresponds to (A) - (III). Unsegmented paged memory (B) views memory as logical address spaces, divided through paging. This corresponds to (B) - (II). Segmented unpaged memory (C) divides memory into segments without paging, presenting virtual memory as a collection of segments. This corresponds to (C) - (IV). Segmented paged memory (D) uses both segments and pages, forming a paged linear address space. This corresponds to (D) - (I). Thus, the correct option is: 1.(A) - (III), (B) - (II), (C) - (IV), (D) - (I).
Was this answer helpful?
0