CPE 101-Chapter1 Updated2022
CPE 101-Chapter1 Updated2022
Introduction to
Computing
Introduction
Computers in our lives
Can you name a business field that
does not use computing systems at all?
1) Hardware
2) Software
3) Data
4) User
Hardware
The term hardware refers not only to the internal parts of the
computer but also its external parts.
In 1981 IBM introduced its first computer for the home user,
and in 1984 Apple introduced the Macintosh.
Fifth Generation
Computers
Computers we use today fall into this category
Sixth Generation
Computers
Artificial Intelligence (AI) is the future generation of
computers.
Computer Hardware
Fundamentals
Monitor
(output) Processor
Speaker
(output)
Mouse
(input)
Keyboard
(input)
Computer Hardware (2)
Processor
Speaker
(output)
Touch Screen
(input & output)
Microphone (input)
Computer Hardware (3)
Processor Microphone
(input)
Speaker
(output)
Touch Screen
(input & output)
Computer Hardware (4)
Touch Screen
(input & output)
Keyboard
Mouse
(input)
(input)
System Unit vs
Peripheral devices
The hardware that are essential for the computer to
run are called System Units. These include
Central Processing Unit (CPU), Arithmetic Logic Unit
(ALU) and related microchips and micro-circuitry.
P AND Q is true (1) only when both of its input components are
true
P OR Q is true (1) only when any or all of its input components
are true
P XOR Q is true(1) only when its input components are opposite
to one another (i.e. different).
Gates
A device that produces the output of a Boolean operation when
given the operation’s input values is called a gate.
Gates are the building blocks that show how computer systems
store and transfer bit data.
AND OR
x
output x output
y
XOR NO
T
Inputs Output
0 0 0 0 0 1
0 1 0 1 1 1
1 0 0 1 1 0
1 1 1 1 0 0
Sequential Circuit
Sequential Circuits are formed of the combination of
gates. In a realistic circuit, two or more gates come
together to form a circuitry.
x
y
z
Sequential Circuit
Exercise
Given the values x=1, y = 0 and z =1; what will be the
output of the sequential circuit?
1
0
1
Sequential Exercise
Solution
1 1
0 0
0
1
The output is 0
Video Material
Evolution of Computers
Transistors