Differences between DRAM and SRAM?
Answer Posted / coolmoon
SRAM (Static RAM)
Data is stored in cross-coupled inverters
Large cell - requires several transistors (6T cell standard)
Fast access time / Low density
Integrates easily into logic fab processes
DRAM (Dynamic RAM)
Data is stored in form of charged capacitors
Small cell - requires one capacitor and one transistor
“Refresh” operation required every few milliseconds
Slower access time but much higher density than SRAM
| Is This Answer Correct ? | 172 Yes | 24 No |
Post New Answer View All Answers
Describe the various effects of scaling?
What's the price in 1K quantity?
How do you size NMOS and PMOS transistors to increase the threshold voltage?
How can you construct both PMOS and NMOS on a single substrate?
Explain depletion region.
Draw the stick diagram of a NOR gate. Optimize it
What are the different design constraints occur in the synthesis phase?
Explain how MOSFET works?
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 are the different design techniques required to create a layout for digital circuits?
How binary number can give a signal or convert into a digital signal?
Explain the operation considering a two processor computer system with a cache for each processor.
What transistor level design tools are you proficient with? What types of designs were they used on?
Basic Stuff related to Perl?
Are you familiar with the term snooping?