Correct option is C
The correct answer is (c) It is known as volatile memory.
Explanation:
- ROM (Read-Only Memory) is a type of non-volatile memory, which means that the data stored in it is not lost when the computer is powered off.
- It is primarily used to store firmware and system software like the Boot Loader, which helps start the computer.
- Unlike volatile memory (RAM), which requires power to maintain data, ROM retains its information permanently.
Information Booster:
Types of ROM:
- PROM (Programmable ROM) – Can be programmed once.
- EPROM (Erasable Programmable ROM) – Can be erased using UV light and reprogrammed.
- EEPROM (Electrically Erasable Programmable ROM) – Can be erased electrically and reprogrammed multiple times.
- Flash Memory – A modern type of EEPROM used in USB drives, SSDs, and memory cards.