2.1 The CPU + Fetch-Decode-Execute Flashcards
What is the CPU?
The internal hardware component that is responsible for processing data and executing the instructions of programs.
What is the ALU?
And what does it do?
The arithmetic logic unit.
Performs arithmetic and logical calculations.
What is the CU?
And what does it do?
The control Unit organises the order of program instructions.
Name four processes the Control Unit completes:
Sends control signals to enable data to be read and written.
Decodes instructions to determine what needs to be done.
Organises sequence of micro-operations
Uses control signals to determine which operation the ALU will carry out.
What is the Clock?
The system clock generates a regular pulse to synchronise operations.
What is a clock low?
0
What is a clock high?
1
What is a rising edge?
Low to high
What is a falling edge?
high to low
What is a clock period?
time between two rising edges
What is a clock cycle?
One clock period
Equation for clock rate:
Clock frequency (a.k.a. rate or speed) = 1 / clock period
What are registers?
Locations of computer memory that provide fast access.
What are general purpose registers?
Temporary storage for operation results that need to be accessed again
What are dedicated registers?
Registers for a specific purpose.