Von Neuman Architecture Flashcards
what is a bus?
a circuit on the motherboard that connects the CPU to other components and moves instructions
Address bus
carries the memory address information from the processor to main memory, it is uni-directional
data bus
carries data between the processor and the memory, it is bi-directional
control bus
sends out signals to coordinate and manage the activities of the motherboard components, it is uni-directional
what is the stored program concept?
when a program should be electronically stored in binary-number format in a memory device so that instructions could be modified by the computer
fetch-execute cycle: fetching the instruction
CPU uses address bus to fetch instruction, data from the address is then moved to the IAS via the data bus
fetch-execute cycle: decoding the instruction
The CPU decodes the instruction using commands from the ‘instruction set’
fetch-execute cycle: executing the instruction
The CPU executes the instruction now that it has decoded it by processing the data