memory
RAM vs ROM: The Essential Difference (with Circuits)
TL;DR: RAM is volatile read-write memory used as the CPU's working scratchpad; ROM is non-volatile read-mostly memory used to hold firmware and constants. Both are arrays of single-bit cells selected...