RAM & ROM & Cache Flashcards
what is the primary memory
the only storage that is accessible by the CPU
what does the primary memory hold
data and instructions that are currently running on the computer system
how are the data and instructions stored in the primary memory
as binary machine code (0s and 1s)
what is RAM
it is sometimes referred to as the primary memory when it really is only a branch of the primary memory
what does the RAM store
executing program instructions
any data that is needed
where are the data and instructions stored in the RAM
in unique memory locations
what do each location have
address and content
what is the content of the location
where the instructions and data reside
what is the address of the location
used by the CPU to find, retrieve, access the data to send it to the ALU for processing
is RAM volatile or non-volatile
volatile - whenever power is lost, the contents of the RAM are wiped
what is ROM
branch of the primary memory
what does ROM hold
data and instructions in unique memory locations
what does ROM store (different to RAM)
stores permanent instructions and data that cannot be changed
BIOS (basic input output system)
start-up instructions
what is cache
small, high-speed memory inside the CPU used to hold frequently used data from the RAM
what does cache allow the CPU to do
it allows the CPU to access the slower RAM less frequently - computer system can run faster