Computers use virtual memory, can you explain what this is and how it is used?

Virtual memory is within the hard disk of the computer. It functions in the same way as RAM, but storing open applications when there is not enough RAM. It has a slower access time than the main memory and its use can lead to disk thrashing and poor performance.

TD

Related Computing GCSE answers

All answers ▸

How do you convert a number from denary to hexadecimal?


What is an operating system.


What is a Mutatable Data Structure?


Convert the hexadecimal value 'C3' into its binary equivalent.