1.1 systems architecture key words Flashcards
processor
a machine that processes data and it is the brains of the computer
MHz
a unit of frequency equal to one million hertz per second
GHz
a measure of frequency equal to one cycle per second
hertz
the SI unit of frequency equal to one cycle per second
instruction
a code in a program witch defines and carries out an operation
execute
carry out an instruction or program
embedded system
a computer within another device a calculator a dishwasher burglar alarm usually dedicated alarm
clock speed
speed the processor carry’s out
cache
very fast memory between the processor and the RAM main memory use instruction
core
core is the part of the processor that execute instructions dual core means two core means that you cant do two diffrent instructions instructions quad core can do four
von neumann architecture
The computer hard wear when program instructions and data are held in the same memory where as Harvard architecture has separate memory for the data and memory
MAR
Memory address register holds an a dress of main memory that to be fetched or written to
MDR
Memory data register holds data from memory or about to be written
Program Counter
Holds address of the next instruction to be fetched
Accumulator
Holds the result of a calculation and value that is being input