Is called volatile memory because it loses its contents when you turn off the power to the computer?

Is called volatile memory because it loses its contents when you turn off the power to the computer?

Is called volatile memory because it loses its contents when you turn off the power to the computer?

Ryan Moragas

Posted on Dec 15, 2019 • Updated on Mar 20, 2020

In this post I'll be talking about the main aspects of computer memory. Memory is used to store all of the data and instructions that our computers use. There are two types of computer memory, volatile and non-volatile. Volatile memory is memory that loses its contents when the computer or hardware device loses power. Your computer's random access memory, known as RAM, is an example of volatile memory. It is why if your computer freezes or reboots when working on a program, you lose anything that hasn't been saved. Non-volatile memory is memory that keeps its contents even if the power is lost. An example of non-volatile memory would be your hard drive.

When a program is opened, such as your Internet browser, it is loaded from your hard drive and placed into RAM. This process allows that program to communicate with the processor at higher speeds. Anything you save to your computer, such as a picture or video, is sent to your hard drive for storage.Although both the hard drive and RAM are memory, it's more appropriate to refer to RAM as "memory" or "primary memory" and a hard drive as "storage" or "secondary storage." The average amount of RAM in a modern computer ranges from about 4GB to 16GB, and about 500GB of hard disk drive storage.

Is called volatile memory because it loses its contents when you turn off the power to the computer?

Non-volatile memory is much slower that volatile memory when it come to read and write times. Non-volatile memory does not require a connection to a power source to retain information, and can be thought of as your computers long term memory. Not only does it use less power, but it is also considerably cheaper than volatile memory. It is used to store essentially all of the information that is stored on your computer. Solid state drives, or SSDs, are much faster than normal hard drives since they don't have moving pieces needed to read and write to them, but their speed still doesn't compare to the speed RAM.

Volatile memory can be thought of as your computers short term memory. It holds all of the information that your computer thinks it might need immediately, like data that may be used when running software. It needs a constant supply of power, but since it generally has less moving parts than volatile memory, the things stored in RAM can be accessed almost immediately. The more RAM that your computer has, the better it will be at running larger applications or multi tasking.

There are two main types of volatile memory. Static, also known as SRAM, requires a constant flow of electricity to hold its information. There is never any refreshing needed to update its stored data. There is also dynamic volatile memory, known as DRAM. It requires pulses of electricity to update its stored information, and general accessing speeds are slower than SRAM. With the slower speed comes a lower price tag, and usually higher storage capacities.

Is called volatile memory because it loses its contents when you turn off the power to the computer?

Above we can see the differences between storage size and reading and writing speeds of SSD and RAM data. This graph was comparing DRAM and a SSD on a 2014 macBook air. On average RAM read speeds were 6.3 times faster that SSD, and write speeds for RAM were an average of 4.5 times faster. Both types of memory have their pros and cons, and both are essential for your computer to operate as efficiently as possible.

View Discussion

Improve Article

Save Article

  • Read
  • Discuss
  • View Discussion

    Improve Article

    Save Article

    Volatile Memory: 
    It is the memory hardware that fetches/stores data at a high-speed. It is also referred as temporary memory. The data within the volatile memory is stored till the system is capable of, but once the system is turned off the data within the volatile memory is deleted automatically. RAM (Random Access Memory) and Cache Memory are some common examples of volatile memory. Here, data fetch/store is fast and economical. 

    Non-Volatile Memory: 
    It is the type of memory in which data or information is not lost within the memory even power is shut-down. ROM (Read Only Memory) is the most common example of non-volatile memory. It’s not economical and slow in fetch/store as compared to volatile memory however stores higher volume of data. All such information that needs to be stored for an extended amount of time is stored in non-volatile memory. Non-volatile memory has a huge impact on a system’s storage capacity. 

    Below are the differences between volatile and non-volatile memory:

    S. No.Volatile MemoryNon-Volatile Memory
    1. Volatile memory is the type of memory in which data is lost as it is powered-off. Non-volatile memory is the type of memory in which data remains stored even if it is powered-off.
    2. Contents of Volatile memory are stored temporarily. Contents of Non-volatile memory are stored permanently.
    3. It is faster than non-volatile memory. It is slower than volatile memory.
    4. RAM(Random Access Memory) is an example of volatile memory. ROM(Read Only Memory) is an example of non-volatile memory.
    5. In volatile memory, data can be easily transferred in comparison to non-volatile memory. In non-volatile memory, data can not be easily transferred in comparison to volatile memory.
    6. In Volatile memory, process can read and write. In Non-volatile memory, process can only read.
    7. Volatile memory generally has less storage capacity. Non-volatile memory generally has more storage capacity than volatile memory.
    8. In volatile memory, the program’s data are stored which are currently in process by the CPU. In non-volatile memory, any kind of data which has to be saved permanently are stored.
    9. Volatile memory is more costly per unit size. Non-volatile memory is less costly per unit size.
    10. Volatile memory has a huge impact on the system’s performance. Non-volatile memory has a huge impact on a system’s storage capacity.
    11. In volatile memory, processor has direct access to data. In non-volatile memory, processor has no direct access to data.
    12. Volatile memory chips are generally kept on the memory slot. Non-volatile memory chips are embedded on the motherboard.
    13.

    Advantages-

    • Fast speed
    • Low power consumption
    • Better system performance as it increases speed

    Advantages-

    • More reliable
    • Stores data permanently
    • Inexpensive memory
    • Helps in booting of operating system
    14.

    Disadvantages-

    • Expensive
    • Limited storage space
    • Stores data temporarily

    Disadvantages-

    • Slow speed
    • Can only read data

    What is the memory that loses its contents when power is turned off?

    Volatile memory, in contrast to non-volatile memory, is computer memory that requires power to maintain the stored information; it retains its contents while powered on but when the power is interrupted, the stored data is quickly lost. Volatile memory has several uses including as primary storage.

    What is called volatile memory?

    Volatile memory is a type of memory that maintains its data only while the device is powered. If the power is interrupted for any reason, the data is lost.

    Why is it called volatile memory?

    RAM is called volatile memory because it does not store data permanently as it only stores it while it is still receiving power. When you switch off your PC, the RAM looses all of its data. But RAM isn't the only volatile memory in your PC, you also have the CPU cache memory that is also volatile.

    Is a volatile memory as the data loses when the power is turned off?

    No. 1. Volatile memory is the type of memory in which data is lost as it is powered-off. Non-volatile memory is the type of memory in which data remains stored even if it is powered-off.