von neumann Flashcards
Function of PC
Holds address of next instruction to be fetched
Function of MAR
Holds address of next instruction to be fetched/next data item to be transferred to memory
Function of MDR
Holds instruction/data fetched from memory or data about to be transferred to memory
Function of CIR
Holds instruction currently being decoded/executed
Function of ACC
Holds results of processing
What are the 3 buses
Address, control, data
How are instructions and data stored/carried in Von Neumann architecture?
Stored in the same memory, carried on the same bus
How are instructions performed in Von Neumann?
In order (serially)
What is the difference between the MAR and the MDR?
MAR tells memory where to find data, MDR holds data being stored