answersLogoWhite

0


Best Answer

Volatile=Unplug power source, loose data. Non-volatile=Data stays without power source.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Discuss the characteristic of volatile and non-volatile memory?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

8 What is the difference in volatile and nonvolatile memory?

1. What is the difference in volatile and nonvolatile memory?


Is EEPROM a volatile or nonvolatile memory?

Non-volatile. It retains its memory even if power is removed.


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.


One computer has either volatile or nonvolatile storage but never both?

Modern Computers have both volatile memory - RAM and non-volatile memory - Hard Disk


When a computer is turned off does volatile memory lose its contents?

yes, and nonvolatile does not


What can nonvolatile memory do?

Non-volatile memory can retain its contents through a loss of power, assuming the shutdown was properly performed.


Is volatile memory permanent?

A flash memory chip is a close relative to EEPROM, it differs in that it can erase one block or page at a time. Therefore flash memory is a non volatile memory.


What do you mean voltile memory?

Volatile memory refers to memory that loses its state upon losing power. Computer RAM is volatile. Compare to nonvolatile memory (Hard disk drives, USB NAND flash storage devices, CD and DVD optical media, floppy media)


What is Nonvolitale RAM?

There is no non-volatile RAM, because a hard-drive is what is nonvolatile, because it retains its memory even after there is no power to the computer. RAM is volatile, because when there is no power all data that was stored in the RAM is lost.


Is software stored in main memory or non volatile memory?

Both. The software resides in the nonvolatile memory when it is not being run, and a copy is loaded into main memory when it is being run. Programs have to reside in RAM in order for the CPU to process their instructions.


What is the difference between volatile memory and non volatile memory?

volatile memory: The data is lost on reboot. This is the ram memory. Random-access-memory.non-volatile memory: The data is saved to a hard drive or flash drive, or it could be a hard coded chip. This is ROM memory. Read-only-memory.Volatile memory: you will lost all of your data when your electricity go out. Ram is volatile memory. When you shutdown your computer. Info that haven't saved is destroyed.Nonvolatile memory: All data that stored in this type of memory wil retain when you shutdown your computer. Rom is of type nonvolatile memory.Non-volatile holds its data even when the power is turned off.Volatile memory: you will lost all of your data when your electricity go out. Ram is volatile memory. When you shutdown your computer. Info that haven't saved is destroyed.Nonvolatile memory: All data that stored in this type of memory wil retain when you shutdown your computer. Rom is of type nonvolatile memory.


What is the difference between volatile and non-violatile memory?

The primary difference if the permanence of the data held in the memory. When talking about volatile and nonvolatile memory in the context of computers, we're usually referring to RAM(volatile) and the hard drive(nonvolatile). Volatile means that the memory must be receiving power in order to hold its contents. RAM must be fed power or the data on the RAM will be lost. A hard drive is nonvolatile, meaning it does not need power to keep data stored on it. This is why you install programs and photos etc to the hard drive. If you put them on RAM, it would disappear every time you turned off the PC!