Differences between DRAM and SRAM?
Answer Posted / mohammed juned
Static Ram are fast, but they come at high cost because their several transistoras. Less expensive ram can be implement if simpler cells are used. However, such cell do not retain their state indefinitely; hence, they are called dynamic RAM
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain why is the number of gate inputs to cmos gates usually limited to four?
What does the above code synthesize to?
In the design of a large inverter, why do we prefer to connect small transistors in parallel (thus increasing effective width) rather than lay out one transistor with large width?
Explain what is slack?
What types of high speed CMOS circuits have you designed?
Explain about 6-T XOR gate?
why is the number of gate inputs to CMOS gates usually limited to four?
What is Body Effect?
In Verilog code what does “timescale 1 ns/ 1 ps” signifies?
Explain how MOSFET works?
What does it mean “the channel is pinched off”?
If the current through the poly is 20nA and the contact can take a max current of 10nA how would u overcome the problem?
Insights of a 4bit adder/Sub Circuit?
Implement a 2 I/P and gate using Tran gates?
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)