diff --git a/Computer_Architecture/CPU/CPU_architecture.md b/Computer_Architecture/CPU/CPU_architecture.md index 9e2c672..2538dea 100644 --- a/Computer_Architecture/CPU/CPU_architecture.md +++ b/Computer_Architecture/CPU/CPU_architecture.md @@ -14,6 +14,8 @@ The CPU comprises three core components: - the Arithmetic Logic Unit (ALU) - 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. ## Registers diff --git a/_img/von_neumann_architecture.jpeg b/_img/von_neumann_architecture.jpeg new file mode 100644 index 0000000..3d168a4 Binary files /dev/null and b/_img/von_neumann_architecture.jpeg differ