RAM
volatile
inactive
Assuming you mean 'volatile' - RAM is volatile... When you turn the power off - RAM loses its contents. Non-volatile RAM is able to retain its contents even when the machine is turned off.
the information is lost after power is switched off.
RAM = Random Access Memory. The memory used in a computer to hold programs and data while it is running. This memory is said to be 'volatile' because when the computer is switched off and there is no power available to the memory all the stored information is lost. With 'non-volatile memory' (such as used in a USB memory stick) when the power is removed the data remains as it was and can be accessed again when power is restored.
Main computer memory is called volatile memory. It holds data only as long as it is provided power. When you turn off the computer, you remove power from the memory chips and they loose the ability to hold data. If you want to keep your information, ensure you save it to the computer hard drive before you switch off the computer.
RAM = Random Access Memory. The memory used in a computer to hold programs and data while it is running. This memory is said to be 'volatile' because when the computer is switched off and there is no power available to the memory all the stored information is lost. With 'non-volatile memory' (such as used in a USB memory stick) when the power is removed the data remains as it was and can be accessed again when power is restored.
RAM is considered volatile memory because it loses data rapidly and has to be constantly refreshed. It also losses all its data once it loses power. Refference: Comptia A+ Seventh edition
In computing the most common type of currently used volatile memory is random access (RAM). RAM volatility involves the loss of data upon power loss to the RAM modules.
Volatile memory is temporary memory that is lost when then computer is shut off (RAM). Non-volatile is permanent memory that that holds its data even when the computer is shut off (ROM, NVRAM). Volatile memory is memory that disappears after you turn off your computer RAM is a big example of that because all the memory on RAM disappears after you turn off your computer. Non-Volatile memory is memory that even if you turn off your computer it will still be there. A huge example of that is hard drive memory. volatile= disappears after the computer is turned off Non-Volatile= never disappears.
non volatile memory is memory that doesn't wipe after the computer shuts down e.g: Flash memory.
when the power is lost the data will be lost in volatile memory eg.RAM, As in the case of Non-volatile memory the data will never lost as when the power lost eg.ROM.