answersLogoWhite

0

What is volatile memory?

Updated: 10/3/2023
User Avatar

Wiki User

14y ago

Best Answer

volatile memory is memory that will wipe all the data saved to it after the computer shuts down e.g: RAM.

User Avatar

Curtis Strite

Lvl 13
2y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

Volatile memory is any memory inside your computer that looses state when your computer looses power. Examples of this are System Memory (RAM), Video Memory and Hard Drive Buffers.

These are the opposite of non-volatile memory which does not loose state upon power loss. Non-volatile memory is typically EEPROM (electronically erasable programable read only memory). Examples of EEPROM are your BIOS which your computer starts from, as well as firmware for hardware devices.

Kind regards,

Gareth

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

Computer memory that only last when a computer is on. When the computer is shut off the memory is gone. When working on your computer programs are accessing memory for program performance but not saving anything. The hard drive is used for that peice of saving data. Memory acts like a row of houses on a street. The only difference is that programs are temporarily living in these homes (Memory Blocks) when they are being used only

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

1.) Volatile memory is memory that does not persist its value during a power-off cycle. Examples include RAM and CPU registers.

2.) In the case of C++, and certain other multi-threaded languages, the volatile attribute means the memory location could be altered by a different thread or a different processor, and thus is not a candidate for register optimization, i.e. it needs to be reloaded from memory every time it is referenced. Examples include mutexes, semaphores, etc.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

Volatile memory is any computer memory that loses its data content when power is removed. This includes static ram (SRAM) and dynamic ram (DRAM, DDR, DDR2, DDR3). SRAM is sometimes made pseudo-non-volatile by adding a battery to keep the memory powered when the rest of the computer is off. Dynamic memory has to be refreshed at intervals of a few milliseconds even when powered, so battery backup is too complex to be practical in most cases.

Nonvolatile memory keeps its data after power is removed. Flash memory has replaced earlier form of nonvolatile, semiconductor based memory. Flash is slow compared to DRAM, and can be rewritten a limited number of times. Flash is the basis of USB "thumb" drives, SD cards, etc.

Hard disks, CDROMs, and DVDs are also sometimes referred to as nonvolatile memory.

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

It is memory that is lost when you turn your computer off. RAM (Random Access Memory) is volatile. If you are making something like a word processing document or spreadsheet, it is in the memory of the computer as you work on it. If you then turn the computer off and back on, when it is turned on again, that file will not be there. So what you do is save the document to your hard disk or some other storage device. After that you turn off your computer. When you turn it on again, you can load the saved document and use it.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

RAM is one. Any memory that loses the data when it has no power is volatile.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

Volatile Memory, which means that its contents are lost when the computer is shut down

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is volatile memory?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is the PlayStation 2 memory cards volatile or non-volatile flash memory?

The PlayStation 2 memory cards have the non-volatile and not the volatile flash memory.


What kind of memory is volatile memory?

RAM[Random Access Memory] is volatile memory.


Is pen drive a volatile memory and why?

is printer & DVD is volatile memory


Is volatile memory or nonvolatile memory faster?

Volatile memory is temporary. Non-volatile is used for storing information after the the computer is shut down.


Is a Dram a volatile or non volatile?

DRAM is a volatile memory


Is dram a volatile or non volatile?

DRAM is a volatile memory


Is a Ram a volatile?

RAM is a volatile Memory. But ROM is not volatile.


What is volatile and non- volatile 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.


Is flash memory volatile?

USb Drives based on flash memory and other flash memory are not volatile. Volatile means erases or looses memory when shut off or disconnected.


Explain volatile memory and non volatile memory?

Volatile memory means when the system power is off the data is lost.Where as non volatile means the data is not lost when the system is powered off.


Is Rom is volatile or non volatile?

ROM is non-volatile memory.


What is meant by volatile and non-volatile memory?

non volatile memory is memory that doesn't wipe after the computer shuts down e.g: Flash memory.