HARDWARE Flashcards
(14 cards)
CPU
central processing unit
all instructions, data and interrupts handled by this one chip
microprocessor
same role as A CPU
however a CPU can handle thousands of tasks as once where as a micro processor is built/made to do one task
FOUND IN EMBEDDED SYSTEMS ONLY and performs 1 DEDICATED TASK AND DOES NOTHING ELSE
fetch cycle
PC- MAR - RAM
PC? FDC
store the address(of the data in ram) FOR THE NEXT instruction
MAR? FDC
stores the address OF THE DATA CURRENTLY BEING FETCHED AND PROCESSED BY THE CPU
ADDRESS BUS
runs from the PC- MAR- RAM
decode cycle
MDR- CU -(-CIR-)- ALU-(-ACC)
MDR
REGISTER THAT STORE THE DATA OF THE CURRENT INSTRUCTION THAT WAS FROM THE RAM
CIR
INSIDE THE CU and stores the data from the RAM-MDR TILL it is ready to be processed by the CU
CU
component that has THE REGISTER CIR INSIDE IT
controls all the operations of the CPU and decodes the INSTRUCTIONS FROM THE RAM
data bus?
from the RAM-MDR-CIR-CU
ALU
a component within the CPU that handle calculations and executes instructions
ACC
is the register that stores the result of any values or calculations that took place.
factors that effect the speed/performance of a CPU