Answer:
A. ROM can be read by the computer but cannot be changed.
Step-by-step explanation:
This statement is true of ROM (Read-Only Memory). ROM is a type of computer memory that stores data permanently, and the data stored in ROM can be read by the computer but cannot be changed or overwritten. ROM is typically used to store firmware, which is software that is closely tied to the hardware and is necessary for the computer to function, such as the BIOS (Basic Input/Output System) that controls the computer's boot process. Unlike RAM (Random Access Memory), which is volatile and loses its data when the computer is turned off, the data stored in ROM is non-volatile and is retained even when the power is turned off.