Explain what is meant by "volatile" and "non-volatility" memory, their uses, and the difference between them

The contents of volatile memory, also known as flash memory, is not preserved when the device is turned off, unlike non-volatility memory, also known as persistent memory, which can be used for long term data storage as it does not get erased when there is no power to the device. Because its content is constantly refreshed volatile memory is faster, so RAM memory used in modern computers is always volatile memory because it needs to be fast. In contrast, non volatile memory is used for hard drives because it doesn't need to be as fast and it is much cheaper because it requires far less power, and is also cheaper to produce.

TB

Related Computing GCSE answers

All answers ▸

Describe two different functions performed by an operating system [4 marks]


What is the difference between data and information?


i) Convert 01101001 from binary to denary. ii) Convert 27 from denary to hexadecimal. ii) State one use of hexadecimal in computing and why it is more beneficial in this application that binary.


Within the systems life cycle, describe what events might take place in the Analysis stage.