0% found this document useful (0 votes)
10 views6 pages

BCD to 7-Segment Decoder Logic

This document discusses digital logic and 7-segment displays. It includes: - The output of a circuit for certain input combinations of A, B, and C. - Questions about truth tables and simplified expressions for 7-segment displays, along with brief explanations of sum of products (SOP) and product of sums (POS) forms. - A link to additional solutions for a computer organization and architecture textbook chapter on digital logic.

Uploaded by

BomBui -.-
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views6 pages

BCD to 7-Segment Decoder Logic

This document discusses digital logic and 7-segment displays. It includes: - The output of a circuit for certain input combinations of A, B, and C. - Questions about truth tables and simplified expressions for 7-segment displays, along with brief explanations of sum of products (SOP) and product of sums (POS) forms. - A link to additional solutions for a computer organization and architecture textbook chapter on digital logic.

Uploaded by

BomBui -.-
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Chapter 11 - Digital Logic

The output is 1 for the input combinations “A=0”, “B=1”, “C=1”; “A=1”, “B=0”, “C=0”; and “A=1”,
“B=0”, “C=1”;
Answers to Questions

a.
b.
c.

d.

Answers to Questions

a.
b.

Answers to Questions

a.
b.
c.
d.

e.

f.
g.
5,
Answers to Questions
a. Truth table: The circuit has 4 inputs: X1, X2, X3, X4 for BCD (Binary Coded
Decimal) number and 7 outputs: Z1, Z2, Z3, Z4, Z5, Z6, Z7 of a 7-segment LED adapt
to inputs, so that the segments burns make a decimal number correctly with the BCD
code at the input. The truth table of the 7-segment decoding circuit:

b. SOP form: All of terms have the form illustrated as folows:


, for example:
Z5  X1 X 2 X 3 X 4  X1 X 2 X 3 X 4  X1 X 2 X 3 X 4  X 1 X 2 X 3 X 4

c. POS form: Whereas the SOP form list all combinations that produce an output of 1, the POS
form lists all combinations that produce an output of 0.
, for example:
Z3 = (X1 + X 2 + X3 + X 4)(X1 + X 2 + X 3 + X4)
d. Provide a simplified expression.
[Link]
11-solutions-9780132936330

You might also like