A computer system has a cache memory with a write-through policy. What is the main characteristic of this policy?
Q1. A computer system has a cache memory with a write-through policy. What is the main characteristic of this policy?
Answer: Writes are simultaneously written to both cache and main memory
Explanation: Write-through policy ensures that writes are simultaneously written to both the cache and main memory, maintaining consistency between the two.