Please enable JavaScript.
Coggle requires JavaScript to display documents.
1.1 Systems Architecture - Coggle Diagram
1.1 Systems Architecture
-
-
von neuman architecture
is where both the data and the software that are currently being used are stored in computer memory (ram)
With this architecture, the task a computer is working on can be changed by simply loading a different program into memory
-
Every location in memory has a unique address and the CPU uses registers to keep track of where in memory the data is stored and where the programs are stored
-
-
a computer architecture is a set of rules stating how computer software and hardware are joined together and interact to make a computer work
the cpu
the purpose of the cpu is to process data. it acts as the brain of the computer and controls the rest of the system
-
cpu components
-
-
-
registers
-
program counter (pc)
as each instruction is processed, the software that is currently running updates the pc with the address of the next instruction to fetch. the pc then passes this next address to the memory address register as part of the standard fetch/decode/execute cycle
-
-
internal/cache memory
-
the cache acts as an intermediary between the processor and main memory (ram). as programs are executing the cache holds commonly used instructions
-
-
embedded systems
-
-
all the parts and components of an embedded computer are usually built on a single printed circuit board. this board is then built into the larger piece of equipment