Comment Re:Transistors (Score 1) 111
A transistor is still the fundamental basic unit of all logic for chips. You can put transistors together to make different things like high-speed cache memory with flip-flops as well as all types of logic gates.
DRAM memory is a bit different, only the high-speed cache(SRAM) is built from transistors. DRAM uses a capacitor to store a bit and is WAY WAY slower than SRAM which just keeps passing a bit back/forth between multiple transistors to store it.
DRAM memory is a bit different, only the high-speed cache(SRAM) is built from transistors. DRAM uses a capacitor to store a bit and is WAY WAY slower than SRAM which just keeps passing a bit back/forth between multiple transistors to store it.