What is the technique known when the data is transferred from (its not 'between') cache to main memory?

Showing Answers 1 - 12 of 12 Answers

guest

  • Nov 26th, 2007
 

Cache flush or push and pop is used.

  Was this answer useful?  Yes

Zirammem

  • Feb 24th, 2008
 

2 options:
(a)Write-Through : Flush data everytime a change is made to the corresponding cache location...time consuming.
(b)Write-Back : associate a dirty bit with the corresponding cache locn n when it's set, write back in the main mem...dirty bit requires space.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions