Please enable JavaScript.
Coggle requires JavaScript to display documents.
CS - The CPU (System Architecture (Control Unit (Contains a clock…
CS - The CPU
System Architecture
Internal Components
The Processor
-
Combined to make logic gates (e.g AND,OR,NOT)
-
-
FDE
Fetch-Decode-Execute Cycle Program copied from secondary storage to RAM and then from RAM to CPU registers (FETCH) CU interprets instructions and decides what action to take (DECODE) Instructions are carried out, if a calculation is needed it is sent to the ALU (EXECUTE)
-
-
-
I/O Controllers
Used as an interface between a hardware device to the motherboard (e.g a keyboard) and the processor
Used for...Keyboard, Mouse Printer
Buses
-
The system bus is split into three separate buses..data bus, address bus, control bus
The address bus carries addresses from the processor to the main memory or other I/O devices and it only works in one direction
The data bus carries instructions from the main memory to the processor, it's bi-directional and data can be read/written
Control signals are sent along the control dance (e.g memory read) this instructs that data will be travelling from memory tp the processor
-
-
-
-
Cache memory
Quick-access memory stored next to the computer which stores commonly used programs / data, the fact that it is stored next to the CPU makes it much faster than main memory because data does not have to travel far (speed = distance / time)
-