primary storage Flashcards
name the 4 primary storages
which are volatile and which aren’t. what does volatile
RAM(vol), Registers(vol), Cache(vol), and ROM(non-vol)
contents are lost when the computer is switched off
(Random Access Memory) (Read Only Memory)
describe the RAM
has 4 stuff
volatile, big compared to ROM, read and write, holds the operating system, program and data that are currently being loaded in the CPU
describe the ROM
has 4 stuff
small compared to RAM, just read, non-volatile, holds the first instructions when the computer is turned on: called the bootstap
name the registers
accumulator, memory address register, memory data register, program counter
what are the 2 primary functions of primary storage
- they hold the data and instructions that the CPU needs to access whilst the computer is running.
- they CPU can access data quicker and easier from the primary storage than the secondary storage
under normal circumstances, when data or instructions are read from secondary storage where are they copied to?
primary storage