Experiment 5 - DDCA
Experiment 5 - DDCA
EXPERIMENT – 5
Aim: a) To Display a HEXA digit using 4:16 decoder circuit and 7 segment display.
b) To display department name “ECE” using HEX Digit Display and splitter in Logisim.
Pre-lab:
Theory:
The seven-segment decoder, which has four input lines and seven output lines (a, b, c, d, e, f, and
g), receives this BCD (A, B, C, and D) input. The output is provided to a seven-segment LED
display that shows the decimal number depending on the inputs.
25
Digital Design & Computer Architecture (23EC1202) Lab Manual 2024-25 – Even Semester
The truth table of 4-bit binary (Hex decimal) to 7 segment display is given below:
0 0 0 0 0 1 1 1 1 1 1 0
1 0 0 0 1 0 1 1 0 0 0 0
2 0 0 1 0 1 1 0 1 1 0 1
3 0 0 1 1 1 1 1 1 0 0 1
4 0 1 0 0 0 1 1 0 0 1 1
5 0 1 0 1 1 0 1 1 0 1 1
6 0 1 1 0 1 0 1 1 1 1 1
7 0 1 1 1 1 1 1 0 0 0 0
8 1 0 0 0 1 1 1 1 1 1 1
9 1 0 0 1 1 1 1 1 0 1 1
A (10) 1 0 1 0 1 1 1 0 1 1 1
B (11) 1 0 1 1 1 1 1 1 1 1 1
C (12) 1 1 0 0 1 0 0 1 1 1 0
D (13) 1 1 0 1 1 1 1 1 1 1 0
E (14) 1 1 1 0 1 0 0 1 1 1 1
F (15) 1 1 1 1 1 0 0 0 1 1 1
26
Digital Design & Computer Architecture (23EC1202) Lab Manual 2024-25 – Even Semester
The input lines for two are A = 0, B = 0, C = 1, and D = 0; in the output lines, a, b, d, e, and g are
1 and c and f are zero. So, only a, b, d, e, and g will glow, and we get two on display.
27
Digital Design & Computer Architecture (23EC1202) Lab Manual 2024-25 – Even Semester
Circuit Diagram: (a) Display a HEXA digit using 4:16 decoder circuit and 7 segment
display
(b) Display department name “ECE” using HEX Digit Display and splitter:
28
Digital Design & Computer Architecture (23EC1202) Lab Manual 2024-25 – Even Semester
Procedure:
1. Collect the 4:16 decoder, required number OR gates, 7 segment display and connect as shown
in Fig (a).
2. Vary the input 4 digits and observe the digits of “0” to “9” and “A, B, C, D, E, F” based on
input selection.
3. Collect the required number of splitters & HEX digit displays and connect as shown in Fig (b).
4. Vary the input 4 digits in each case as “1110” , “1100”, “1110” to observe the output as
“ECE”.
Result: Student is able to design a display circuit using decoders and splitters.
29