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 would you convert the Binary number 01001101 into both Hexadecimal and Decimal?


What is the truth table for the Boolean operator AND?


Convert 'A1' hexadecimal value into binary.


In terms of programming software, what is a translator? Describe the differences between the following three translators: assembler, compiler, interpreter.