Resources | Subject Notes | Information Communication Technology ICT
Internal memory refers to the memory that is built into the computer system. It is used to store data and instructions that the computer is actively using. Internal memory is generally faster than external memory.
There are two main types of internal memory: Random Access Memory (RAM) and Read-Only Memory (ROM).
RAM is a type of volatile memory, meaning that the data stored in RAM is lost when the power is turned off. RAM allows the computer to quickly access any data stored in it. It is used to store the operating system, applications, and data that are currently being used by the computer.
Characteristics of RAM:
Feature | Description |
---|---|
Volatility | Volatile (data lost when power is off) |
Access Speed | Very Fast |
Cost | Relatively expensive |
Usage | Stores active data and running programs |
ROM is a type of non-volatile memory, meaning that the data stored in ROM is retained even when the power is turned off. ROM typically contains the instructions that are needed to start the computer, known as the BIOS (Basic Input/Output System) or UEFI (Unified Extensible Firmware Interface).
Characteristics of ROM:
Feature | Description |
---|---|
Volatility | Non-Volatile (data retained when power is off) |
Access Speed | Slower than RAM |
Cost | Relatively inexpensive |
Usage | Stores boot instructions (BIOS/UEFI) |
The following table summarizes the key differences between RAM and ROM:
Feature | RAM | ROM |
---|---|---|
Volatility | Volatile | Non-Volatile |
Access Speed | Fast | Slower |
Cost | Expensive | Inexpensive |
Usage | Stores active data and programs | Stores boot instructions |