Match List I with List II List I List II A. Address Space I. Associative…
2025
Match List I with List II
List I | List II |
A. Address Space | I. Associative Mapping |
B. Memory Space | II. Logical address |
C. Cache Memory | III. Physical address |
D. Segmented Program | IV. Virtual address |
Choose the correct answer from the options given below:
- A.
A-IV, B-III, C-I, D-II
- B.
A-I, B-II, C-IV, D-III
- C.
A-III, B-IV, C-I, D-II
- D.
A-II, B-IV, C-I, D-III
Attempted by 158 students.
Show answer & explanation
Correct answer: A
Correct matching: Address Space → Virtual address; Memory Space → Physical address; Cache Memory → Associative mapping; Segmented Program → Logical address.
Address Space → Virtual address: An address space denotes the range of virtual addresses provided to a process by the operating system.
Memory Space → Physical address: Memory space refers to actual physical memory locations (physical addresses) in the system.
Cache Memory → Associative mapping: Caches commonly use associative or set-associative mapping to quickly match tags and find cached data.
Segmented Program → Logical address: Segmented programs use logical addresses (segment:offset) which must be translated by the system to physical addresses.
A video solution is available for this question — log in and enroll to watch it.