Explain the difference between write through and write back
cache.
Answers were Sorted based on User's Feedback
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 |
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 |
Give a big picture of the entire SRAM Layout showing your placements of SRAM Cells, Row Decoders, Column Decoders, Read Circuit, Write Circuit and Buffers
what is the use of defpararm?
what is Latch up?How to avoid Latch up?
Explain how MOSFET works?
Explain the Charge Sharing problem while sampling data from a Bus?
What is the function of chain reordering?
Have you studied pipelining? List the 5 stages of a 5 stage pipeline. Assuming 1 clock per stage, what is the latency of an instruction in a 5 stage machine? What is the throughput of this machine ?
What work have you done on full chip Clock and Power distribution? What process technology and budgets were used?
What types of CMOS memories have you designed? What were their size? Speed?
What is the difference between nmos and pmos technologies?
What are the different types of skews used in vlsi?
Give various factors on which threshold voltage depends.