1.1.1 Architecture of the CPU Flashcards
Purpose of a computer
To take data, process it, then output it
Why were computers created?
They can process data and complete tasks more efficiently than humans
Hardware
Physical stuff that makes up a computer system
Software
The programmes or applications a computer system runs
Examples of hardware
-CPU
-motherboard
-monitor
-printer
Examples of software
-An operating system
-A word processor
-A video game
Components of a computer
-Power supply
-Case cooling fan
-CPU heat sink and cooling fan
-CPU
-Optical drive
-RAM sticks
-Hard Disk Drive
-Graphics card
Power supply
Supplies power to the hardware
Case cooling fan
Extracts hot air from the computer case
CPU heat sink and cooling fan
Keeps the CPU at a steady temperature
Why should the CPU be kept at a steady temperature?
CPUs generate alot of heat
Motherboard
The main circuit board in the computer, where the hardware is connected
What does CPU stand for
Central Processing Unit
Function of the CPU
Processes all of the data and instructions that make the system work
CPU architecture
The main components of the CPU, how they interact with each other and with other parts of the computer system.
Main types of CPU architecture
Von Neumann and Harvard
Three main parts of the CPU
-CU
-ALU
-The cache
What does CU stand for
Control unit
Function of the CU
-In overall control of the CPU
-Manages the fetch-execute cycle
-Controls the flow of data inside the CPU and to the outside of the CPU
What does ALU stand for
Arithmetic Logic Unit
Function of the ALU
-Completes simple arithmetic and logic calculations
-Contains the accumulator
Which arithmetic calculations can the ALU do
Simple addition, subtraction, compares the size of numbers, multiplication and division.
How does the ALU do multiplication?
Repeated addition
How does the ALU do division?
Repeated subtraction