This document discusses different types of memory. It compares static RAM (SRAM) and dynamic RAM (DRAM). SRAM uses 6 transistors per bit to store data without refreshing, while DRAM uses 1 transistor and a capacitor, requiring refreshing every 10-100 milliseconds. DRAM is slower than SRAM but is cheaper to produce, making it suitable for main memory applications. The document also describes the basic structure and operation of DRAM, including row access, column access, and memory modules. Enhanced DRAM types like FPM, EDO, SDRAM, and DDR are mentioned as well.