7 Segment Report Lab No 9
7 Segment Report Lab No 9
Objective:
Design and development of a Binary Coded Decimal (BCD) to Seven-
Segment Decoder
Construction and verification of basic logic gate circuits using Integrated
Circuits (ICs)
Apparatus:
Common Anode 7-Segment Display
IC 7447 (Active Low)
Breadboard
9V Battery with LM7805 Regulator & Clip
5 LEDs
Connecting Wires
Group Members:
Theory:
Seven Segment:
A Seven-Segment display is an electronic component used to show
decimal numbers. It comes in two main types, as outlined below:
Common Cathode:
In a common cathode Seven-Segment Display (SSD), all the LEDs are in
forward bias, with the anodes of the LEDs connected to a common point. A low (0)
signal is applied to the appropriate segments (a to g) to display the desired number at
the desired position.
Common Anode:
In a Common Anode Seven-Segment Display (SSD), all the LEDs are in
reverse bias, with the cathodes of the LEDs connected to a common point. A high (1)
signal is applied to the appropriate segments (a to g) to display the desired number at
the desired position.
We apply BCD code at A,B,C and D for showing different output numbers.
Precautions:
Procedure:
Observations:
Fig 4: Circuit on bread board
Calculations:
D C B A a b c d e f g Decimals numbers
0 0 0 0 1 1 1 1 1 1 0 0
0 0 0 1 0 1 1 0 0 0 0 1
0 0 1 0 1 1 0 1 1 0 1 2
0 0 1 1 1 1 1 1 0 0 1 3
0 1 0 0 0 1 1 0 0 1 1 4
0 1 0 1 1 0 1 1 0 1 1 5
0 1 1 0 0 0 1 1 1 1 1 6
0 1 1 1 1 1 1 0 0 0 0 7
1 0 0 0 1 1 1 1 1 1 1 8
1 0 0 1 1 1 1 0 0 1 1 9
Result:
We implemented the Binary Coded Decimal (BCD) to Seven-Segment Display
(SSD) and verified the display of numbers from 0 to 9.