Von Neumann Architecture Flashcards
Who was Mr Von Nuemann
He was a scientist who had an idea of how to create a computer that was far easier to change (AKA Von Nuemann architecture)
What is Von Nuemann Architecture
It is where both the data and software that are currently being used are stored in RAM
Draw a diagram of the Von Nuemann architecture
Look up online
Name 3 features for Von Nuemann architecture
- There is enough memory available to hold both programs and data.
- There is a Control Unit responsible for handling the movement of instructions and data around the computer
- Data and instructions are carried on buses
What does the memory data register do
In order for the CPU to fetch an instruction from main memory (RAM), the instruction is temporarily stored in a special register called the Memory Data Register (MDR).
What does the memory address register do
Every instruction or data in the RAM is located at a specific location. This location has an unique address. The address of the data or instruction being accessed is temporarily stored in the Memory Address Register.
Draw a diagram of registers in a CPU
Look online
What is an accumulator?
The Accumulator is used to temporarily store data whilst calculations are being performed within the Arithmetic Logic Unit (ALU)