3.7.3.1 The Processor and it's Components. Flashcards
What do processors contain?
ALU.
Control Unit.
Numerous Registers.
Define an ALU.
Performs arithmetic and logic operation.
E.g. addition or XOR.
Define Control Unit.
Controls the various components of the processor.
Controlling the fetch-execute cycle.
Define a Register.
Small storage locations use to hold data temporarily.
Define a Program Counter (register).
Used to hold the memory address of the next
instruction to be executed in the fetch-execute cycle.
Define a Current Instruction (register).
Holds the instruction that is currently being executed
by the processor.
Define a memory address register.
) Stores the memory address of a memory location
that is to be read from or written to.
Define a status register.
Contains a number of bits, the values of which can
change to indicate the occurrence of an interrupt.
Outline the role of the clock.
The system clock generates a timing signal which changes at a regular frequency. This signal is used to synchronise the communication between the components of the processer and the rest of the computer system.
Outline the components of the cpu
Processor
System bus
I/O controllers
Main memory
Processor purpose
To control different types of devices
Processor components
Control unit
ALU
registers
Control unit purpose
Managing all computer operations through the fde cycle
Fetch
Instruction is fetched from main memory
Decode
Instruction is broken into opcode and ooerand - may also send signals into the ALU
Execute
Execute the instruction
Registers definition
Special memory cells which operate at very high speed - used by arithmetic and logic operations.
3 parts of the system bus
Address bus
Control bus
Data bus
System bus definition
Connects all components in the computer using wires on the motherboard
Data bus definition
Bi directional bus used to transport data and instructions between the three components of the three bus model.