1 - Components Of A Computer Flashcards
What is the CPU?
The Central Processing Unit.
Components of the CPU?
- Control Unit
- Buses
- Arithmetic - logic Unit
- Dedicated Registers
What does the control unit do?
Coordinates the activity of the CPU
(data is sent along the control bus)
What is a bus?
A series of connectors that transfer signals along components (often 8, 16, 32, and 64; this is what a 64 bit computer is)
System bus components?
- Control Bus
- Data Bus
- Address Bus
What are the signals often passed along the control bus?
- Memory Read
- Memory Write
- Bus request
- Bus grant
- Clock
What is the ALU?
Arithmetic:
- Add, subtract, multiply, divide
Logic:
- AND, OR, NOT, XOR
Shift:
- Move bits from left or right within a register
Accumulator
The register where results of the ALU go rather than slower memory
Program Counter
Holds the memory address of the next instruction to be executed
Current Instruction Register (CIR)
Holds the current instruction, which is split into opcode and operand
Memory Address Register (MAR)
Holds the address of where the processor needs to visit next
Memory Data Register
Temporarily holds the data moving between the processor and main memory
FDE Cycle
The process where the processor FETCHES the next instruction, DECODES what it is, and EXECUTES the instruction.