Computer Systems - Memory Flashcards
Memory
Memory is a storage space for saved files.
Any form of electronic storage.
Why use memory?
It is used most often to identify fast, temporary form of storage
Not used to describe permanent storage devices e.g. USB, Hard Drives
Without memory, data will need to be accessed from The Cloud which will take more time because it is downloaded off the internet.
RAM
(random access memory)
the place in a computing device where the OS, application programs and data in current use are kept so they can be quickly reached by the device’s processor.
(volatile)
Storage Capacity: 4GB-16GB
NVRAM
(Non-volatile random-access memory)
retains its information when power is turned off (non-volatile).
Similar to RAM
Storage Capacity: 4GB-16GB
ROM
(read-only memory) Used to store the firmware. Modern computers use flash-based ROM. Memory cannot be edited, it’s read-only, programmed to do a certain job. Storage Capacity:
Cache
Used to store program instructions that are frequently re-referenced by software during operation.
Fast access to these instructions increases the overall speed of the software program.
Close to the processor.
Storage Capacity: 512MB
Flash
Electrical (solid state) memory.
No moving parts (more reliable)
You don’t need constant power source
Large capacity.
Registers
Very fast storage area close to the CPU. Small storage capacity.
Storage Capacity: 1bit-8bit