Computer Architecture And Design Question:
Explain Write back method?
Answer:
In this method only the location in the cache is updated. Whenever such an update occurs a flag is set which makes sure that in case the word is removed from the cache the correct copy is saved to the main memory. This approach is usually taken when a word is constantly updated at frequent intervals.
Previous Question | Next Question |
Explain Set-associative mapping? | Explain Write through method? |