systems architecture Flashcards
CPU’s cycle and what happens at each stage
fetch - copy memory address to MAR and copies the instruction from there to MDR
decode - instruction is decoded
execute - instruction is preformed such as a calculation (using ALU)
CPU 3 main parts
CU - overall control of cpu (f,e,d)
ALU - does calculations and logic operations
cache - very fast memory and stores regularly used data so CPU can access quickly
what are embedded systems and examples
computers built into other devices eg dishwasher, tv, microwaves
often used as control systems
dedicated to a single task, cheaper to produce and more efficiant
clock speed meaning
number of instructions a single processor core can carry out per second (Hz)
what does a more number of cores mean
more instructions can be carried out at once
cache size meaning
data storage inside the cpu thats faster than RAM and a larger cpu cache gives cpu faster access to more data to process