engineering computer science MCQ #288

In a 2-way set-associative cache, what happens when there's a conflict?

engineering computer science MCQ #288

  1. Question 1

    Q1. In a 2-way set-associative cache, what happens when there's a conflict?

    • A) The cache line is replaced
    • B) The cache is bypassed
    • C) The data is stored in main memory
    • D) The cache is reset

    Answer: The cache line is replaced

    Explanation: In a 2-way set-associative cache, when there's a conflict, one of the cache lines is replaced.