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 |
You have three adjacent parallel metal lines. Two out of phase signals pass through the outer two metal lines. Draw the waveforms in the centre metal line due to interference. Now, draw the signals if the signals in outer metal lines are in phase with each other
What is Noise Margin? Explain the procedure to determine Noise Margin?
4 Answers Amkor, Cisco, Infosys, Intel,
Cross section of an NMOS transistor?
Tell me how BJT works.
Explain sizing of the inverter?
Explain what is the depletion region?
Why does the present vlsi circuits use mosfets instead of bjts?
If the current through the poly is 20nA and the contact can take a max current of 10nA how would u overcome the problem?
What is validation?
What is the difference between = and == in C?
Explain why is the number of gate inputs to cmos gates usually limited to four?
What types of CMOS memories have you designed? What were their size? Speed?