unit 3 Hardware Flashcards
what is the CPU?
-central processing unit
-a component in a computer system that processes data so that the result can be ouput.
what is a microprocessor?
A type of integrated circuit on a single chip
ALU
- arithmetic logic unit
- component in the CPU
- performs all mathematical and logical operations required when processing data and instructions.
CU
- control unit
- component in CPU that controls all the operations in the CPU.
PC
- program counter
- component in CPU
- stores the address of the next instruction to be processed.
MAR
-memory address register
- component in CPU
- holds address of the data or instruction to be located in RAM.
MDR
- memory data register
- component in CPU
- holds data or instructions that are fetched from RAM.
CIR
current instruction register
- register built into CU
- holds the current instruction that is being processed in the CPU>
ACC
accumulator
- register built into ALU
- stores result of any interim calculations.
buses
Data Bus- Wires used for transmission of data and instructions between components in a computer.
Address Bus- wires used for the transmission of addresses between components in a computer.
Control Bus- wires used for the transmission of control signals between components in a computer.