Explain the difference between write through and write back
cache.
Answers were Sorted based on User's Feedback
Answer / sudeep
This is cache write hit policy,
1. write through:- The information is written to both the
cache and the main memory upon a hit,
2. write back:- The inforamtion is written to only cache,
the main memory is updated upon a read miss.
| Is This Answer Correct ? | 24 Yes | 1 No |
Answer / achal ubbott
1. Write Through policy is relatively slower. but offers
advantage of coherence between cache and main memory.
2. Write Back is faster and frquently used. It makes use of
Dirty bit. If the data in cache is not in coherence with
one in main memory then Dirty bit is set.
| Is This Answer Correct ? | 12 Yes | 0 No |
What happens if we delay the enabling of Clock signal?
While using logic design, explain the various steps that r followed to obtain the desirable design in a well defined manner?
Explain how Verilog is different to normal programming language?
Draw Vds-Ids curve for a MOSFET. Now, show how this curve changes with increasing Vgs.
What is the difference between fifo and the memory?
6 Answers DewSoft, Intel, Pentagon Rugged Systems,
What are the steps required to solve setup and hold violations in vlsi?
You have a driver that drives a long signal & connects to an input device. At the input device there is either overshoot, undershoot or signal threshold violations, what can be done to correct this problem?
How does Vbe and Ic change with temperature?
what is a sequential circuit?
Give the cross-sectional diagram of the cmos.
Explain what is multiplexer?
Are you familiar with the term snooping?