engineering computer science MCQ #225

A computer system uses a write-through cache policy. What is the main advantage?

engineering computer science MCQ #225

  1. Question 1

    Q1. A computer system uses a write-through cache policy. What is the main advantage?

    • A) Improved performance
    • B) Simplified cache coherence
    • C) Reduced cache misses
    • D) Ensured data consistency

    Answer: Ensured data consistency

    Explanation: Write-through cache ensures that data is written to both the cache and main memory, maintaining data consistency.