Random access memory. This is volatile memory that is constantly being written to and read from. It does not retain its contents without a constant supply of power
The memory used to store computer program data while it is being executed. RAM is the main type of volatile memory. It is volatile because when power is switched off it no longer retains any data
1. Data in RAM and not currently being used is transferred to the hard disk
2. Frees up room in RAM for other programs and data
3. When the data on the hard disk is needed again, any other unused data is transferred to the hard disk before the original data is transferred back to RAM