Dynamic/static random access memory chips.
Both store data. But DRAMs are slower for access time, doesn't indefinitely hold states, and is susceptible to electric noise (unlike SRAMs).
However, they're about 100x cheaper than SRAMs.
As a result, DRAMs are still used, and are used for main memory. SRAMs are used for CPU caches.