Computer Systems Flashcards
(6 cards)
1
Q
Whats the 3 parts of a processor
A
Register
Alu
Control unit
2
Q
What is a register
A
A part of the processor to store data, instructions or adresses. Theres two types of registers, MAR and MDR
3
Q
Describe a MAR
A
Holds the adress of the next item or data needed by the processor
4
Q
Describe a MDR
A
Holds data that is either to be placed on the data bus or just been received by data bus
5
Q
Whats the 4 parts of the fetch execute cycle: memory read
A
- MAR sets up the adress bus with the relevant memory location to be read from
- Read line is activated
- Contents if adress bus is placed onto the data bus
- Data bus transfers data from memory to MDR
6
Q
Whats the 4 parts of the fetch execute cycle: memory write
A
- MAR sets up adress bus with relevant information to be written to
- MDR passes data to be written to the data bus
- Write line is activated
- Data bus transfers data to the memory location specified on the address bus