teach-ict.com logo

THE education site for computer science and ICT

1. Computer architecture

In the 1940s, computers were built to carry out a single specific task. If you needed the computer to do a different job, you had to literally re-wire the computer by hand. This could take weeks.

Dr Von Neumann was a scientist who had an idea of how to create a computer that was far easier to change, and created what is now called the Von Neumann architecture. Its layout is shown below. It is made up of memory, control unit, arithmetic logic unit, input, output and buses.

image

The biggest change was the idea of interchangable 'software'. Program instructions are stored in temporary memory, along with the data that the program needs.

When you want to change what the computer is doing, you just change the contents of its memory to a new program.

This radically changed how computers are put together. Today, most computers use some variation of Von Neumann Architecture.

Challenge see if you can find out one extra fact on this topic that we haven't already told you

Click on this link: Computer architecture