Computer Fundamentals - Lecture_3_Computer Components
Computer Fundamentals - Lecture_3_Computer Components
Lecture 3
Computer Components
(System Unit, CPU)
The Components of a Computer
1. Input Unit
2. Processing Unit (CPU)
3. Storage Unit
4. Output Unit
5. Power Unit
3.2
The Components of a Computer
This Figure shows how Computer Components are connected to
each other to carry out a task.
Processor
(CPU)
Instructions
Data
Information
Input Output
Devices
Data Memory Information
Devices
Instructions
Data
Information
Storage
Devices
3.3
The working of a computer
The working of a computer can be broadly categorized into
following four functions or steps.
3.4
Basic Computer Components
System Unit
Monitor
Printer
Speakers
Mouse
Keyboard
3.5
System Unit / The Computer Case
The system unit is the main Case of a computer or mobile
device.
The case holds all the primary electronics of the computer. It
offers access to the outside world via ports and connectors.
The most important of these components are the
Microprocessor, RAM, Motherboard, Storage Devices,
Power Supply … etc.
Types of casing:
Tower Case
Horizontal Case
All-in-one Case
3.6
System Units 3.7
System Unit
3.8
Inside the System Unit
The most important component inside the system unit:
The Motherboard
Processor (CPU)
Memory (RAM, ROM)
Other Components
Storage Devices
Buses
Ports
Power Supply
… etc
Motherboard
3.9
Motherboard
The motherboard, sometimes called a system board.
The motherboard is a thin printed circuit board (PCB)
which links all different components inside your
computer.
It connects the CPU, memory, hard drives, optical drives, video
card, sound card, and other ports and expansion cards directly
or via cables.
3.10
Motherboard
3.11
Motherboard
RAM
Motherboard
HDD
3.13
The Processor
Processor or Central Processing Unit (CPU) or
Microprocessor.
CPU performs all types of data processing operations.
CPU operates by reading and executing a set of instructions
stored in memory.
It controls the operation of all parts of the computer.
It is known as the ‘Brain of the Computer’
RAM
3.15
The Processor
CPU Chip
CPU Socket
3.16
Components of the CPU
A typical CPU has the following components:
1) Arithmetic Logic Unit (ALU)وحدة الحساب والمنطق
2) Control Unit (CU) وحدة التحكم
3) Memory Registers سجالت الذاكرة
RAM
ALU CU
Memory Registers
HDD
CPU 3.17
Component of CPU
1) Arithmetic Logic Unit (ALU)
It performs two types of operations:
Arithmetic Operation: such as addition, subtraction,
multiplication, and division. ( +, -, x, ÷)
Logical Operation: consist of Boolean comparisons such as
AND, OR and NOT.
3.18
Component of CPU
3) Memory Registers
Registers are internal memory units in CPU
Registers store data temporarily while it's being processed.
Register memory is the smallest and fastest memory in a
computer.
Memory Registers
CPU 3.19
Processors
3.20
Processor performance
Others??
CPU
3.22
CPU Clock
A CPU's clock speed represents how many cycles per second it
can execute.
This speed is measured in Hertz. One hertz means that one cycle
per second.
1 Hertz = one cycle per second
A CPU with a clock speed of 3.2 GHz executes 3.2 billion cycles
per second.
CPU RAM
Storage
Devices
3.24
CPU Core (Number of cores)
3.25
CPU manufacturers
The two major CPU manufacturers today are:
Intel
AMD (Advanced Micro Devices)
Others?
3.26
CPU manufacturers
Intel
It has divided its CPUs in about 75 families. Some of the famous Intel
CPU families are
Celeron
Pentium
Core i3
Core i5
Core i7
Core i9
AMD
Under AMD, you have 58 types of CPU.
Some of the popular ones are:
Ryzen
Athlon
Opteron
3.27
AMD vs Intel CPUs - Example
Cache
Cores / Clock
CPU Price Memory Memory
Threads (GHz)
(L2+L3)
Cores?
Clock?
Cache?
Memory?
3.28
Storage Capacity
Computers developed using numbering system of 1s and 0s or binary
system.
For computer to store information, must have memory chips installed.
Memory measured in bits and bytes.
Bit is smallest unit of data used by computers ( 0 or 1 ).
Group of eight bits make one byte
Example: 11011101 = 1 byte
Bit b 1 or 0
Byte B 8 bits
3.30
Data Representation
What are the different ways in which data can be represented?
There are three ways in which data can be represented namely Bit, Byte
and Word:
Bit: This is also the short name for binary digits. A characteristic of BIT is
that it can never be empty. Zero implies a power off state whereas one
means on state.
Byte: A byte is a collection or group of 8 bits. A byte can store a single
character which can either be an alphabet, a number or a special
character.
Word: The number of bits that a CPU possess indicates the power of the
computer. It also indicates how many numbers of bytes are present. In
today`s date most computers can handle 32 or 64 bit length
3.31
For practical
How to Check the Number of Cores in your Processor?
How to check the CPU speed? Brand? Generation?
3.32
Review Questions
Define the term, motherboard.
What are the main components of the motherboard?
What is main components of CPU?
What is the purpose of register memory?
What is a CPU and what is a Core?
Could a computer work without a CPU? Why?
3.33
Review Questions
The _____ is the main circuit board of the computer.
a. ALU
b. CPU
c. motherboard
d. system chassis
A _____ is a single chip with two or more separate processor cores.
a. transistor
b. multi-core processor
c. resistor
d. capacitor
_____ include basic calculations such as addition, subtraction,
multiplication, and division.
a. Arithmetic operations c. Machine cycles
b. Comparison operations d. Transistors
3.34