Project by:
Taha Ali (F2025266781)
Abdullah Ilyas (F2025266789)
Muhammad Jazib Irfan F2025266512
Topic: Digital Clock (using BCD to seven segment decoder)
Seven segments of an LED which display a figure 8 like shape:
Possible results of a 4-bit binary input depending on its value:
0 1 2 3 4 5 6 7
8 9
Here is the truth table for each decimal digit:
Whichever letter has a value of (1), the respective LED on the digital clock
will be turned on.
Here is a truth table for BCD to seven segment decoder:
Whatever the value of the BCD is, it will be displayed.
BCD to LED-display diagram:
K map for each letter on LED display:
a: b:
a = A + C + BD + B’D’ b = B’ + C’D’ + CD
c: d:
c = B + C’ + D d = A + B’D’ + CD’ +
BC’D
e: f:
e = B’D’ + CD’ f = A + BC’ + BD’ +
C’D’
g:
g = A + B’C + BC’ + CD’
Logic diagram for BCD to seven segment display decoder:
BCD to seven segment decoder display online practical.