Memory and storage Flashcards
what is the purpose of ram?
RAM holds all of the data and instructions that are currently being processed.
What different purposes do RAM and ROM have?
RAM- stores data and instructions during processing. ROM- stores boot-up instructions set by the manufacturer
What is the difference in volatility in ROM and RAM
RAM is volatile meaning that once power to the RAM is switched off all data is lost. ROM is nonvolatile meaning that data is not lost after power is switched off
Does RAM and ROM read or write or both?
RAM reads and writes. ROM read only
Compare the capacity between ROM and RAM?
RAM has a bigger capacity than ROM which is usually several gigabytes, whereas ROM is usually a few megabytes in sizes.
What is the purpose of cache?
Cache stores frequently used data so it can be retrieved quicker than from RAM
What level are most caches in modern processors
Level 3- it is the slowest level but still is 2x faster than ram.
What is the difference between general purpose registers and dedicated registers
General purpose register are used temporarily to store values general whereas dedicated registers are specifically used to for the FDE cycle