Digital Circuits Number Systems
Digital Circuits Number Systems
Digital Circuits
BY: MA’AM CLEO
Learning Objectives
Discuss Different Number System
Example:
1. Convert the hexadecimal number 1A3
to binary:
a. Start with the hexadecimal number: 1A3
b. Identify the hexadecimal digits: 1 A 3
c. Convert each hexadecimal digit to binary:
0001 1010 0011
Step by Step Process
Example:
1. Convert the decimal number 91 to
octal:
a. Start with the decimal number: 91
b. Divide by 8: 91÷8=11 with a remainder of
3.
c. Update the quotient: 11
d. Divide by 8: 11÷8=1 with a remainder of 3
Step by Step Process
e. Update the quotient: 1
f. Divide by 8: 1%8=0 with a remainder of 1.
g. The quotient is now 0.
Now, read the remainders in reverse order to get
the octal representation:
Octal representation of 91 = 133,
So, the decimal number 91 is equivalent to the
octal number 133
I. Converting Octal
to Hexadecimal
Step by Step Process