Explain the difference between write through and write back
cache.
Answer Posted / 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 |
Post New Answer View All Answers
How does Vbe and Ic change with temperature?
Given a layout, draw its transistor level circuit. (I was given a 3 input AND gate and a 2 input Multiplexer. You can expect any simple 2 or 3 input gates)
What are the different classification of the timing control?
Let A & B be two inputs of the NAND gate. Say signal A arrives at the NAND gate later than signal B. To optimize delay, of the two series NMOS inputs A & B, which one would you place near the output?
Draw the SRAM Write Circuitry
For an AND-OR implementation of a two input Mux, how do you test for Stuck-At-0 and Stuck-At-1 faults at the internal nodes? (You can expect a circuit with some redundant logic)
What types of CMOS memories have you designed? What were their size? Speed?
How do you size NMOS and PMOS transistors to increase the threshold voltage?
what is Slack?
What are the changes that are provided to meet design power targets?
What are the different gates where boolean logic are applicable?
Explain Basic Stuff related to Perl?
why is the number of gate inputs to CMOS gates usually limited to four?
Explain the three regions of operation of a mosfet.
Implement a 2 I/P and gate using Tran gates?