Memory

Learn about the main memory and secondary storage unit.

Main memory

Main memory or random access memory (RAM) refers to the physical memory space inside a computer. It stores data and instructions that can directly be accessed by the CPU. The CPU manipulates the data according to the instructions retrieved from the main memory, and stores the modified data back into the main memory.

Computer RAM is volatileData is lost from memory when power is turned off. memory because it exists temporarily while a program is running and gets erased as soon as the computer is powered off.

RAM is volatile memory
RAM is volatile memory

Addresses in the main memory

Each byte of data that’s ...