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
Differences between IRSIM and SPICE?
Explain the working of Insights of an inverter ?
Help with VHDL programming. Write a VHDL code for a D-Latch with clear input ?? (Hint: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs AND OUTPUTS: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
What types of I/O have you designed? What were their size? Speed? Configuration? Voltage requirements?
Explain how MOSFET works?
What is the critical path in a SRAM?
How to improve these parameters? (Cascode topology, use long channel transistors)
What is look up table in vlsi?
How do you size NMOS and PMOS transistors to increase the threshold voltage?
What was your role in the silicon evaluation/product ramp? What tools did you use?
Tell me how MOSFET works.
what is multiplexer?
How logical gates are controlled by boolean logic?
what is the use of defpararm?
Implement a 2 I/P and gate using Tran gates?