Computers in Our Daily Life
Computers in Our Daily Life
=
=8 +2
= 10
Hexadecimal number
= A of 10 is A
Hexadecimal number system.
Let’s try to convert the number 25 into Hexadecimal number
system
Step 1: Use the binary numbers
25 = 11001
Step NOTE:
2: Group the binary numbers into 4
𝟑 𝟐 𝟏 𝟎 𝟑 𝟐 𝟏 𝟎 0 = off numbers
𝟐0
0 𝟐𝟐0 𝟐𝟐𝟐𝟐 𝟐 (Cancel)
1 1 01 = On0numbers 1
= +
=1 8 +1
=1 9
Hexadecimal
=1 number of925 is 19
Computer Number System
● There are other
types of number
systems, such as
the octal number
system and
hexadecimal
number system.
Quiz:
1) = = =
2) = = =
3) = = =
1.) Convert the number 13 into
13/2 = 6 R =binary
1 number system NOTE:
To check: 0 = off numbers
6/2 = 3 R=0
(Cancel)
Binary: 1101 𝟑 𝟐 𝟏 𝟎 1 = On numbers
3/2 = 1 R=1 𝟐1𝟐𝟐 𝟐
1 0 1
1/2 = 0 R=1
=+ +
= 8+ 4 + 1
= 13
1.) Convert the number 13 into octal
number
Step 1: Use the binary numbers system
13 = 1101
Step 2: Group the binary numbers into 3
𝟐 𝟐
𝟏 𝟎
𝟐 𝟏 𝟎 To check:
𝟐 𝟐 𝟐 𝟐𝟐 NOTE:
0 0 1 1 0 1 0 = off numbers 1 0 1 0
(Cancel) 1 5 = 1(8 ) + 5(8 )
= + 1 = On numbers
= 1(8) + 5 (1)
=1 4+1
=8+5
=1 5
= 13
Octal number of 13 is 15
1.) Convert the number 13 into Hexadecimal
number system
Step 1: Use the binary numbers
13 = 1101
Step 2: Group the binary numbers into 4
NOTE:
𝟑 𝟐 𝟏 𝟎
𝟐𝟐 𝟐1𝟐 0 = off numbers
1 (Cancel)
0 1
1 = On numbers
= +
=8 + 4 +1
= 13
=D
Hexadecimal number of 13 is D
2.) Convert the number 35 into binary
35/2 = 17 R=1 number system NOTE:
0 = off numbers
17/2 = 8 R=1 To check: (Cancel)
Binary: 100011 𝟓 𝟒 𝟑 𝟐 𝟏 𝟎 1 = On numbers
8/2 = 4 R=0 𝟐1𝟐 0𝟐 𝟐𝟐𝟐
0 0 1 1
4/2 = 2 R=0
=+ +
2/2 = 1 R=0 = 32 + 2 + 1
1/2 = 0 R=1 = 35
2.) Convert the number 35 into octal
number
Step 1: Use the binary numbers system
35 = 100011
Step 2: Group the binary numbers into 3
𝟏 𝟎 𝟐 𝟏 𝟎 To check:
𝟐 𝟐 𝟐𝟐 𝟐 𝟐
𝟐 NOTE:
1 0 0 0 1 1 0 = off numbers 1 0 1 0
(Cancel) 4 3 = 4(8 ) + 3(8 )
= + 1 = On numbers
= 4(8) + 3 (1)
=4 2+1
= 32 + 3
=4 3
= 35
Octal number of 35 is 43
2.) Convert the number 35 into Hexadecimal
number system
Step 1: Use the binary numbers
35 = 100011
Step 2: Group the binary numbers into 4
NOTE:
𝟑 𝟐 𝟏 𝟎 𝟑 𝟐 𝟏 𝟎 0 = off numbers
𝟐 𝟐 𝟐
0 0 1 𝟐 𝟐
0 𝟐0𝟐𝟐 0 1(Cancel)
1
1 = On numbers
=
=2 2+ 1
=2 3
=2 3
Hexadecimal number of 35 is 23
3.) Convert the number 215 into binary
215/2 =107 R = 1 number system NOTE:
0 = off numbers
107/2 = 53 R=1 To check: (Cancel)
Binary: 11010111 𝟕 𝟔 𝟓 𝟒 1 = On numbers
53/2 = 26 R=1 𝟐 𝟐1 𝟐𝟐 𝟐
𝟑 𝟐
𝟐𝟐
𝟎𝟏
𝟐
1 0 1 0 1 1 1
26/2 = 13 R=0
=
13/2 = 6 R=1 = 128 + 64 + 16 + 4 + 2
1= 3
+6/2 R=0
3/2 = 1 R=1 = 215
1/2 = 0 R=1
02
How Computers
Communicate
with One
Another
Notice how the computer uses
different ways to connect to
certain devices. The computer
monitor uses a wire to connect
to the computer unit while the
mouse wirelessly connects to
the laptop, etc. Depending on
the situation, computers use
different connection methods
to do their task.
System Bus
Is a pathway composed of
cables and connectors used to
carry data from a computer’s
peripheral devices (monitor,
keyboard, mouse, etc.) to the
CPU and the main memory.
There are three types of
buses:
1. Data Bus
2. Address Bus
3. Control Bus
TYPES OF
BUSES
1. Data Bus
A data bus can transfer data to and
from the memory of a computer, or
into or out of the CPU.
Example:
● Pieces of information that traverse
the data bus include files
transferred from a flash drive to
the computer’s hard drive.
● A document sent to the printer for
printing.
TYPES OF
BUSES
2. Address Bus
● The address bus is used by the CPU to
specify a physical address for
instructions, files, and other devices
within the computer system.
Example:
In a given computer unit, there are typically
6 to 8 USB ports.