0% found this document useful (0 votes)
41 views2 pages

Report

This document shows the truth table and logic expressions for a binary coded decimal (BCD) to 7-segment display decoder. The truth table lists the 4-bit BCD inputs and corresponding outputs to drive the 7 segments of the display for the decimal numbers 0-9. The logic expressions show how each segment output is derived from the BCD input bits.

Uploaded by

api-3696675
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views2 pages

Report

This document shows the truth table and logic expressions for a binary coded decimal (BCD) to 7-segment display decoder. The truth table lists the 4-bit BCD inputs and corresponding outputs to drive the 7 segments of the display for the decimal numbers 0-9. The logic expressions show how each segment output is derived from the BCD input bits.

Uploaded by

api-3696675
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Application Exercise

Truth Table of a BCD to 7 segment display

BCD inputs segment outputs


display
D C B A a b c d e f g

0 0 0 0 1 1 1 1 1 1 0

0 0 0 1 0 1 1 0 0 0 0

0 0 1 0 1 1 0 1 1 0 1

0 0 1 1 1 1 1 1 0 0 1

0 1 0 0 0 1 1 0 0 1 1

0 1 0 1 1 0 1 1 0 1 1

0 1 1 0 0 0 1 1 1 1 1

0 1 1 1 1 1 1 0 0 0 0

1 0 0 0 1 1 1 1 1 1 1

1 0 0 1 1 1 1 0 0 1 1

A B'D'+B'C+BD+A
B C'D'+CD+B'
C B+D+C'
D B'C+BC'D+CD'+B'D'
E CD'+B'D'
F C'D'+BC'+BD'+A
G B'C+BC'+CD'+A

You might also like