Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Memory chips store the information that computers use while running programs, displaying images, and processing data. At the smallest level, digital memory is built from bits, where each bit has a value of 0 or 1. A memory chip contains billions of tiny circuits arranged in rows and columns so the computer can quickly find, read, and write each bit. Understanding memory helps explain why computers need power, why speed matters, and why data can sometimes be lost or corrupted.

Key Facts

  • A bit stores one binary value: 0 or 1.
  • 8 bits = 1 byte.
  • In DRAM, one bit is stored as electric charge on a tiny capacitor.
  • In DRAM, a charged capacitor often represents 1 and a discharged capacitor often represents 0.
  • Memory cells are selected using row and column addresses.
  • DRAM must be refreshed because capacitor charge leaks away over time.

Vocabulary

Bit
A bit is the smallest unit of digital information and can have the value 0 or 1.
Memory cell
A memory cell is a tiny circuit that stores one bit of data in a memory chip.
DRAM
DRAM is dynamic random access memory that stores bits as charge in capacitors and must be refreshed regularly.
Capacitor
A capacitor is an electronic component that stores electric charge for a short time.
Address
An address is a number used by the computer to locate a specific place in memory.

Common Mistakes to Avoid

  • Thinking a memory chip stores letters directly is wrong because the chip stores binary patterns, and software interprets those patterns as letters, numbers, colors, or instructions.
  • Assuming DRAM keeps data forever is wrong because its capacitors leak charge, so the data disappears without power and refresh cycles.
  • Confusing storage and memory is wrong because RAM is fast temporary working space, while drives such as SSDs are used for longer term storage.
  • Treating a byte as the same as a bit is wrong because 1 byte equals 8 bits, so mixing them gives answers that are off by a factor of 8.

Practice Questions

  1. 1 A memory chip stores 16 gigabits of data. How many gigabytes is this, using 8 bits = 1 byte?
  2. 2 A DRAM row contains 8192 memory cells. If each cell stores 1 bit, how many bytes are stored in one row?
  3. 3 Explain why DRAM needs refresh circuits but nonvolatile memory such as flash can keep data when power is turned off.