A computer system uses a write-through cache policy. What is the main advantage?
Q1. A computer system uses a write-through cache policy. What is the main advantage?
Answer: Ensured data consistency
Explanation: Write-through cache ensures that data is written to both the cache and main memory, maintaining data consistency.