engineering computer science MCQ #54

Which of the following cache mapping techniques uses a tag to identify the cache line?

engineering computer science MCQ #54

  1. Question 1

    Q1. Which of the following cache mapping techniques uses a tag to identify the cache line?

    • A) Direct mapping
    • B) Associative mapping
    • C) Set-associative mapping
    • D) All of the above

    Answer: All of the above

    Explanation: All three techniques use tags to identify cache lines, though they differ in how they map main memory to cache.