What is the main disadvantage of using a unified cache?
Q1. What is the main disadvantage of using a unified cache?
Answer: Contention between instruction and data accesses
Explanation: A unified cache can lead to contention between instruction and data accesses, potentially reducing performance.