teach-ict.com logo

THE education site for computer science and ICT

Architecture

In computer terms an 'architecture' is a way of defining how something is put together such as a hardware or software system.

An architecture is not hardware as such - more like the functions needed to put together a system. The 'architecture' is then 'implemented' in some hardware (or software) form.

For example, an extremely common computer architecture is the 'Von Neumann' machine. This describes the idea of storing programs and data in the same memory so that sequential instructions can be carried out. Thousands of computer makers follow this architecture that has been around for more than fifty years.

Software 'architects' will put together a plan for the main sections of a large software program. Developers then follow this architecture to write the actual code.

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

2020-10