Please enable JavaScript.
Coggle requires JavaScript to display documents.
Computer architecture , image - Coggle Diagram
Computer architecture
-
FDE cycle
-
-
Stages
Decode - When the computer has the program, the computer decodes it into binary ( 0s,1s)
Execute - Know the computer knows what to do, now it actually executes the program and does what the computer needed to do
Fetch - The computer looks through its memory and storage and finds a program suitable for what your computer is trying to solve
-
CPU
-
-
The CPU is measured in hertz as well but normally it is in gigahertz e.g. 3.5 GHz which is 3.5 billion instructions processed per second
It also controls the input and output e.g. the mouse and the keyboard for the input and the monitor and the speakers for the output.
Von Neumann architecture
Von Neumann architecture is a concept on how a computer should be made, it uses 'stored program' meaning the computers programming could be changed without physically rewiring the computer
registers
-
Memory address register
holds the address of the current instruction that is to be fetched from memory, or the address in memory to which data is to be transferred
-
-
memory address register-
holds the address of the current instruction that is to be fetched from memory, or the address in memory to which data is to be transferred
-
-
-
-
-