engineering computer science MCQ #45

In a virtual memory system, what is the term for the mapping of virtual addresses to physical addresses?

engineering computer science MCQ #45

  1. Question 1

    Q1. In a virtual memory system, what is the term for the mapping of virtual addresses to physical addresses?

    • A) Paging
    • B) Segmentation
    • C) Address Translation
    • D) Memory Management

    Answer: Address Translation

    Explanation: Address Translation maps virtual addresses to physical addresses using page tables or segment tables.