1.2 Memory COMPLETE Flashcards
What does ROM do?
Holds the 1st instructions for the computer to boot up (BIOS).
You can only read this.
What does RAM do?
Holds the instructions of the data, OS and applications currently in use.
You can read and write (edit) the RAM.
Why is RAM volatile?
Everything stored in it is deleted when not connected to a power supply.
Which is bigger: RAM or ROM?
RAM.
Why is RAM faster than a hard drive?
It uses solid state chips.
What happens if the BIOS is written over?
The motherboard won’t work and instructions are lost.
What is virtual memory?
An area on the hard drive that OS transfers the data that is being least used with the currently used data when the RAM is full.
How do you overcome the creation of virtual memory?
Add more RAM.
What is disk thrashing?
When data is frequently swapped between the RAM and virtual memory, causing the programs to slow.
Why don’t applications run on the hard disk?
It’s too slow so data is transferred to the RAM which is faster.
What is flash memory?
Non-volatile drive which can read and write.
E.g. solid-state drive, USB, SD cards.
Why is flash memory more expensive than a hard disk?
Because it’s more portable, durable and reliable due to non-moving parts (less susceptible to damage).
What does RAM stand for?
Random Access Memory
What does RAM do?
Stores data and instructions when an application is running
True/False: Data can be read from and written to RAM
True
Is RAM volatile or non-volatile?
Volatile
What does volatile mean?
If you turn off the power, the data is lost
What does ROM stand for?
Read Only Memory
What does ROM do?
Stores instructions that don’t need to be changed during normal use
What is stored in the ROM?
The BIOS (start up instructions)
True/False: Data can be read from and written to ROM
False, data can only be read from ROM
Is ROM volatile or non-volatile?
Non-volatile
What does non-volatile mean?
It retains data even if the power is turned off
How much RAM would a typical smartphone have?
2GB
How much RAM would a typical games console have?
4GB
How much RAM would a typical laptop have?
8GB
How much RAM would a typical workstation have?
16GB or more
True/False: RAM is often removable
True
True/False: If you buy a computer with 8GB of RAM, you cannot add more
False, you can upgrade many computers by adding more RAM
Why are the startup instructions stored in the ROM?
Because they need to be stored and saved even after the power is turned off - so the computer can start up again when powered on.