Storage Flashcards
What are the two types of memory used in computers?
- RAM, Random Access Memory
* ROM, Read only memory
What is stored in RAM?
- Programs and data that are currently being used.
* Operating System
What does it mean for RAM to be volatile?
Contents are lost when the computer is switched off.
What is ROM used for?
• Holding information that needs to be permanently in memory.
What kind of information is stored in ROM?
Computing boot-up instructions.
What does it mean for ROM to be non volatile?
Contents of ROM are retained when the computer is switched off.
Where does the computer store running programs and data?
RAM
Where are programs and data copied from into RAM?
• Copied into RAM from a source of secondary storage, e.g. a hard disk drive.When do you
What is virtual memory?
A part of the hard drive used an as extension to RAM.
When may virtual memory be used?
When the computers RAM is not large enough to store all the programs simultaneously.
What are some disadvantages to virtual memory?
- Can cause disk thrashing
* Slower than RAM memory.
What is primary storage?
Volatile storage
What is a computers primary storage?
RAM
What is an advantage of storing data on secondary storage?
It is non volatile, and it contains its contents when the computer’s power is turned off.
What are some disadvantages of secondary storage?
- Not directly accessible to the processor
* Slower access speeds.