hardware Flashcards
what is the cpu?
brain of comp, carries out software instructions, processes data and instruction that are inputed
what is a microprocessor?
type of integrated circuit on a single chip, made up of transistors capacitors resistors etc.
components of the cpu (units)
ALU and CU
components of the cpu (registers)
PC, MAR, MDR, CIR, ACC
components of the cpu (buses)
data, address and control
fetch decode and execute cycle steps
1- pc checked as holds instruction to be executed
2- adress copied to MAR
3-adress sent by adres bus to RAM
4- CU sends read signal along control bus to RAM
5- content sent by data bus to MDR
6-MDR copied to CIR
7- content of location into CPU accumulator
8-adress sent to MAR
9-address sent by address bus to RAM
10-CU sends read signal to RAM
11-contents storied sent to MDR and then copied to accumulator
what affects cpu performance
number of cores, size of cache and speed of clock
instruction set?
list of all commands that cen be acessed by a cpu