Memory chips store data in the form of bytes. Bytes represent information such as letters, numbers, and symbols. A byte is a grouping of digital information in computing. A byte is most commonly a block of eight bits. Each bit is stored as either 0 or 1 in the memory chip.

Read-only memory (ROM) chips are located on the motherboard and other circuit boards. ROM chips contain instructions that can be directly accessed by a CPU. Basic instructions for operation, such as booting the computer and loading the operating system, are stored in ROM. ROM chips retain their contents even when the computer is powered down. The contents cannot be erased or changed by normal means.

NOTE: ROM is sometimes called firmware. This is misleading, because firmware is actually the software that is stored in a ROM chip.