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
under normal circumstances, when data or instructions are read from secondary storage where are they copied to?
primary storage