architecture: add von neumann diagram

This commit is contained in:
thomasabishop 2023-07-10 11:43:43 +01:00
parent a15ae06aee
commit 2537d63394
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,8 @@ The CPU comprises three core components:
- the Arithmetic Logic Unit (ALU) - the Arithmetic Logic Unit (ALU)
- the Control Unit (CU) - the Control Unit (CU)
![](/_img/von_neumann_architecture.jpeg)
> This method of putting together a computer is known as the **Von Neumann Architecture**. It was devised by John von Neumann in about 1945, well before any of the components that would be needed to produce it had actually been invented. > This method of putting together a computer is known as the **Von Neumann Architecture**. It was devised by John von Neumann in about 1945, well before any of the components that would be needed to produce it had actually been invented.
## Registers ## Registers

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB