engineering computer science MCQ #224

What is the main disadvantage of using a unified cache?

engineering computer science MCQ #224

  1. Question 1

    Q1. What is the main disadvantage of using a unified cache?

    • A) Increased cache misses
    • B) Reduced cache hits
    • C) Increased complexity
    • D) Contention between instruction and data accesses

    Answer: Contention between instruction and data accesses

    Explanation: A unified cache can lead to contention between instruction and data accesses, potentially reducing performance.