Memory Flashcards
Learn each type of Memory and purpose
What are the factors that govern the type of memory used?
Speed
Cost
Capacity
What is the aim of a Memory Hierarchy?
Obtain the highest possible access speed while keeping the costs low.
What are the Categories of memory?
Primary Storage
Secondary Storage
What is Primary Storage?
Stores small amounts of data and information that will be used immediately by the CPU.
What are the three types of information Primary storage keeps?
Data (processed by CPU) Instructions (how data will be processed) OS programs (manages aspects of a computer's operation)
What are the main types of Primary Storage?
Registers
RAM
Cache
ROM
What is Register storage?
Has the least capacity, storing extremely limited instructions and data before and after processing.
What are the facts of Register storage?
- small set of storage locations used for a specific purpose
- manipulated by the Control Unit
- wired within the CPU for a specific function
- measured in bits or bytes
- stores instructions, data and address
What does RAM store?
RAM stores a software program and small amounts of data when brought from secondary storage.
What are the types of RAM and explain them.
SRAM (static) - fastest type of RAM but expensive. It is used within Registers and Cache.
DRM (dynamic) - cheaper type of RAM. It requires more power and generates more heat.
What is Cache?
An extremely fast memory built in a CPU or located in a separate chip near the CPU.
What is Cache used for?
Cache is used for storing instructions/data that are repeatedly required to run a program to improve the system’s speed.
What Cache is built in a CPU?
Level 1
What Cache is stored in a separate chip?
Level 2
How is Cache’s performance measured?
By Hit Ratio