Questions: Static RAM (SRAM) Cell Design and Arrays

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A chip designer needs to implement 16 GB of main memory for a laptop. Should they use SRAM or DRAM?

ASRAM, because it does not require refresh and is therefore more power-efficient at large scales
BDRAM, because SRAM's six-transistor cell makes 16 GB impractical to fit on a chip
CSRAM, because single-cycle access is required for all memory in modern processors
DEither works equally well; the choice depends only on desired clock speed
Question 2 Multiple Choice

During an SRAM read, what physically happens that distinguishes it from a DRAM read?

AThe stored capacitor charge is sensed and then immediately refreshed to prevent data loss
BBoth bit lines are precharged high; the cross-coupled inverters pull one side slightly lower, and a sense amplifier amplifies the difference
CThe access transistors discharge the stored bit into the bit line, which must then be rewritten
DThe cross-coupled inverters are temporarily disabled to allow non-destructive voltage measurement
Question 3 True / False

SRAM cells retain their stored value indefinitely without periodic refresh because the cross-coupled inverters actively regenerate the bit as long as power is supplied.

TTrue
FFalse
Question 4 True / False

SRAM is commonly used for main memory in modern computers because its lack of refresh overhead makes it practical for large storage capacities.

TTrue
FFalse
Question 5 Short Answer

Why does SRAM use six transistors per bit rather than a simpler design like DRAM's one-transistor-one-capacitor cell, and what consequence does this have for where SRAM appears in the memory hierarchy?

Think about your answer, then reveal below.