Von Neumann Architecture - Engager Activity
Von Neumann Architecture - Engager Activity
CPU MEMORY
1. Data sent to Control Unit to be decoded.
Address Data 2. Data copied into the cache incase it needs to be
PC MAR used later.
1 Load 3. ALU passes result into the accumulator to be
Address 6 executed.
2 Store 4. Address stored in PC
Cache
Address 4 5. Address from MAR is passed along address bus to
main memory.
3 Add Address
6. Memory fetches the data and passes along the
5
ALU CU data bus.
4 7. Data fetched copied in the MDR.
8. PC increments.
5 12 9. Address copied from PC to MAR
ACC MDR 10. ALU performs calculations and/or logical
6 28
decisions.
Use the statements below and put this algorithm in order from start to finish.
START END