LCST Experiment 1. Number Systems
LCST Experiment 1. Number Systems
LCST Experiment 1. Number Systems
NUMBER SYSTEM
I. OBJECTIVE
To convert of decimal number systems to BCD.
There are two states to represent quantities in digital systems and all are binary in nature.
The binary system has a base and binary digit is often called a bit, it is either 0 (Low) and
(High).
The octal number system uses base of 8 and digits 0 through 7. The binary is converted to
octal by arranging the binary number in groups of 3 bits, starting at the binary point and
writing the octal symbol for each binary group.
The hexadecimal system uses base of 16 and uses 16 characters. Composing of numbers
from 0 through 9 and letters A through F. The binary is converted to hexadecimal by
arranging the binary number in groups of 4 bits, starting at the binary point and writing the
hex symbol for each binary group.
The BCD system uses 4 bits to represent each decimal digit. A 4-bit binary number can
represent the numbers 0 to 15, but in BCD it represents only the quantities 0 through 9 and
binary representations of the numbers 10 through 15 are considered invalid BCD.
7483 IC –1
LEDs – 5
330 ohm (1/2 W) - 5
DC power supply
Connecting wires
5V
A4 C4
1 5 14
A3 3
A2 330 ohms
8
A1 10
7483
B4 9 S1
16
B3 6 S2
4
B2 S3
7 2
S4
B1 11 15
C0 13
12 330 ohms 330 ohms 330 ohms 330 ohms
V. PROCEDURE
VI. DATA
Table 1. Conversion Table
VIII. CONCLUSION
X. APPLICATIONS
1. Complete the Table 2 by converting the given number to each of the other number
system.
Table 2. Number Systems
Decimal Binary Octal Hexadecimal BCD
101
1011
65
1AD
01011111
2. Determine the 1’s complement of the equivalent binary numbers in table 2.2.
3. Add in binary
a. 11112= b. 11012=
+ 11012 + 11102
11112
4. Subtract in binary
a. 11012 b. 101101102
- 1112 - 10110102