What is rom

Last updated: April 1, 2026

Quick Answer: ROM (Read-Only Memory) is a type of computer memory that permanently stores data and cannot be easily modified or erased. It retains information even when the computer is powered off and is essential for storing the instructions computers need to start up.

Key Facts

Overview

ROM, or Read-Only Memory, is a fundamental component of every computer system. Unlike RAM, which is temporary and volatile, ROM permanently stores critical information that your computer needs to function. The data in ROM remains intact even when you turn off your computer, making it ideal for storing essential startup instructions.

How ROM Works

ROM is a non-volatile memory storage system that contains data physically encoded during manufacturing. When you power on your computer, ROM contains the BIOS (Basic Input/Output System) or UEFI firmware—instructions that initialize your hardware and load your operating system. A computer cannot start without ROM because it provides the foundational instructions for every other component to begin working together.

Types of ROM

Several types of ROM exist with different characteristics:

ROM vs RAM

ROM and RAM serve different purposes in computers. RAM is temporary, fast memory that the CPU uses during operation but loses when powered off. ROM is permanent, slower memory that stores unchanging instructions. Your computer needs both: ROM to boot up, and RAM to run applications and perform calculations. A typical modern computer might have 8-16GB of RAM but only a few MB of ROM.

Modern Applications

Today's computers, smartphones, and embedded devices all rely on ROM. Phone firmware, BIOS updates, and startup software are stored in ROM. Flash ROM technology has made updates more practical, allowing manufacturers to improve and fix devices without replacing hardware components.

Related Questions

What is the difference between ROM and RAM?

ROM is permanent, non-volatile memory for startup instructions, while RAM is temporary, volatile memory used for running programs. RAM is much faster but loses data when powered off.

Can you increase the amount of ROM in a computer?

Generally no, ROM capacity is fixed during manufacturing. However, flash ROM can often be updated with firmware patches without replacing hardware.

What is BIOS and how does it relate to ROM?

BIOS is a program stored in ROM that initializes your computer's hardware and loads the operating system. It runs automatically every time you turn on your computer.

Sources

  1. Wikipedia - Read-only Memory CC-BY-SA-4.0
  2. Wikipedia - BIOS CC-BY-SA-4.0