Hades logo    Hades applet banner

TAMS / Java / Hades / applets (print version): contents | previous | next

BCD to seven-segment display decoder

BCD to seven-segment display decoder screenshot

Description

This applet shows a BCD to seven segment decoder implemented as a two-level AND-OR circuit. It converts a 4-bit binary-coded decimal value, that is the numbers 0 to 9 coded as 0000 to 1001, into the code required to drive a seven-segment display.

Note that several realization variants are possible, depending on the terms chosen during logic minimization and the decision on how to handle the inputs values above 9. This circuit follows the example presented and explained in Schiffmann, Schmitz, Technische Informatik I, 4.15, p.170.

Another popular choice is to display the letters A,b,C,d,E,F for the corresponding input values 10 to 15. Yet another scheme is used by the TTL-series 7447..7449 circuits, which generate (apparently) meaningless output signals for these input values.

Run the applet | Run the editor (via Webstart)


Impressum | 24.11.06
http://tams.informatik.uni-hamburg.de/applets/hades/webdemos/10-gates/20-sevensegment/sevensegment_print.html