3 Memory and processors Flashcards
Why is memory used?
Can be accessed faster than secondary storage so processor can fetch instructions quickly and access them
What are the 3 types of memory?
- Random access memory (RAM)
- Read only memory (ROM)
- Flash memory
What does RAM do?
RAM is a fast temporary type of memory in which programs, applications and data are stored
Give examples of what’s stored RAM?
the operating system
applications
the graphical user interface (GUI)
Is RAM volatile or non-volatile?
Volatile - if a computer loses power, all data stored in its RAM is lost
Define volatile
Data is lost if power is turned off
How does an increase in RAM impact the user?
The more RAM that is available the more programs can run at the same time
This is important for multi-tasking
What happens when there isn’t enough RAM and how does this impact user experience?
The OS creates virtual memory using secondary storage
Secondary storage is S L O W therefore performance DECREASES
Why are SSDs used for memory
SSDs can be used rather than hard disk drives as they have a faster access time
How can a user increase performance?
A user can add additional RAM to the computer’s capacity
What is ROM?
Read only memory which cannot be changed by the user
Is ROM volatile or non-volatile?
Non-volatile
Give examples of where ROM is used
In computer systems such as calculators, digital watches and washing machines
What type of memory does flash memory fall under?
ROM
What is the advantage of flash memory?
It has no moving parts so it has a fast access time and low power consumption
Give examples of where flash memory is used
SSDs
Used as removable storage in USB drives and SD cards
How many clock cycles per sec does Hertz, KiloHertz, MegaHertz, GigaHertz have?
1
1000
1000,000
1000,000,000
multiply by 1000 each time
Define clock cycles per second
Used to measure processor speed; the number of times per second the processor can carry out one or more instructions
List 3 characteristic of RAM that make it different to ROM
- Volatile
- Stored temporarily
- Upgradable