1.1 systems architecture Flashcards
cpu
central processing unit - main part of the computer consisting of the registers, ALU, and control unit and main memory.
fetch decode execute cycle
retrieving and instruction from storage, decoding it and carrying it out
alu
arithmetic logic unit - performs calculations and logical comparisons in the cpu
cu
control unit - decodes instructions. sends clock signals to control how data moves around the cpu.
accumulator
holds results of calculations
cache
memory in the processor that provides fast access to frequently used instructions and data
register
tiny areas of very fast memory in the cpu
MAR
holds address of the data to be fetched from memory and holds the address of where the data will be saved
MDR
holds data to be fetched from memory and holds the data to be saved
clock speed
how many instructions can be executed per second by the CPU. 3.5ghz= 3.5 billion instructions per second.
cache size
the larger the cache the more data which can be stored without having to go back to the RAM. more cache = slower processing
cores
single component with two or more independent processors
embedded system
system built into a machine. usually has one purpose only and built on a single circuit board.
PC
holds the adress of the next line of the program and counts the programs
what does having multiple cores do
more then one instruction can be processed at a time