Explanation
Explanation:
Dynamic RAM (DRAM) stores each bit of data in a separate capacitor within an integrated circuit. However, to access this stored charge (for reading or writing), a switching mechanism is required.
-
1-Transistor Cell (1T DRAM): The most common and modern design of a DRAM cell consists of exactly one MOS transistor and one capacitor.
-
Function: The MOS transistor acts as a switch that connects the capacitor to the "bit line" when the "word line" is activated.
-
Comparison with SRAM: Static RAM (SRAM) is much more complex, typically requiring 6 transistors per cell to maintain the state without needing a refresh.
Because the 1T-1C (one transistor, one capacitor) configuration is the most basic functional unit of dynamic memory, the minimum number of transistors needed is 1.
Conclusion: The minimum number of MOS transistors required is 1.
The correct option is (a).