Understanding ROM Composition
ROM, or Read-Only Memory, is a type of non-volatile computer memory. This means it retains stored information even when not powered.
Core Component of ROM
ROM is fundamentally constructed using integrated circuits (ICs). These ICs contain the electronic components (like transistors and gates) that permanently store the data.
- Integrated Circuits: These are complex electronic circuits fabricated on a small piece of semiconductor material. They are specifically designed to hold data that cannot be easily altered or erased, which is the defining characteristic of ROM.
Analyzing Other Options
The other options are not the primary constituents of ROM:
- Semiconductors: While integrated circuits are made *from* semiconductor materials (like silicon), "semiconductors" itself is too broad a term. Integrated circuits are the specific application of semiconductors used in ROM.
- Photoelectric cells: These convert light into electricity and are used in applications like solar panels, not computer memory.
- Magnetic tapes: These are a form of magnetic storage, typically used for large-scale archival storage, not the internal read-only memory of a computer.
Therefore, integrated circuits are the correct answer as they form the basis of ROM's structure and function.