engineering computer science MCQ #39

What is the main benefit of using a 'write-through' cache policy?

engineering computer science MCQ #39

  1. Question 1

    Q1. What is the main benefit of using a 'write-through' cache policy?

    • A) Improved cache hit ratio
    • B) Reduced cache miss penalty
    • C) Simplified cache coherence
    • D) Faster write operations

    Answer: Simplified cache coherence

    Explanation: Write-through cache policy ensures that data is written to both the cache and main memory, simplifying cache coherence and reducing the risk of data inconsistency.