Explain the difference between write through and write back
cache.

Answers were Sorted based on User's Feedback



Explain the difference between write through and write back cache...

Answer / me

Write Through. After writing in cache memory, main memory is
updated too inmediatly to mantain reliability

Write Back After writing in cache memory a flag bit called
dirty bit is set. When this value need to be replaced that
bit is check, if it is set then the value is taken to main
memory

Is This Answer Correct ?    46 Yes 11 No

Explain the difference between write through and write back cache...

Answer / hari patel

Write Through : Main and cash memory are updated simultaneously.

Write Back : First write cash memory find difference w.r.t
revious value and load difference in main memory.

Is This Answer Correct ?    10 Yes 1 No

Post New Answer

More VLSI Interview Questions

What are the changes that are provided to meet design power targets?

0 Answers  


What are the steps required to solve setup and hold violations in vlsi?

0 Answers  


Explain how Verilog is different to normal programming language?

0 Answers  


Explain the various Capacitances associated with a transistor and which one of them is the most prominent?

2 Answers   Intel,


Implement D flip-flop with a couple of latches? Write a VHDL Code for a D flip-flop?

6 Answers   Intel,






Explain what is slack?

0 Answers  


what is the use of defpararm?

0 Answers  


What products have you designed which have entered high volume production?

1 Answers   Intel,


For f = AB+CD if B is S-a-1, what are the test vectors needed to detect the fault?

0 Answers   Intel,


For a single computer processor computer system, what is the purpose of a processor cache and describe its operation?

0 Answers   Intel,


what is the difference between the testing and verification?

1 Answers   Intel,


What is the difference between the mealy and moore state machine?

0 Answers  


Categories