Problems: A. Is An SOP Expression C. Is An SOP Expression
Problems: A. Is An SOP Expression C. Is An SOP Expression
Cameron Hulse
a.
b.
c.
4. Draw the NAND-NAND digital logic circuit for each of the SOP expressions shown
in problem 3.
Problems
Cameron Hulse
a.
b.
c.
5. List the two reasons why the NAND-NAND implementation of an SOP expression
is preferred over an AND-OR implementation.
a. Much shorter digital circuits, less inverters
Problems
Cameron Hulse
b. POS: (A+B+C)(A+!B+C)(!A+B+!C)(!A+!B+C)
SOP: (!A*!B*C)+(!A*B*C)+(A*!B*!C)+(A*B*C)
c. POS: (A+B+!C)(!A+B+!C)(!A+!B+!C)
SOP: (!A*!B*!C)+(!A*B*!C)+(!A*B*C)+(A*!B*!C)+(A*B*!C)
9. Derive the truth table for each of the following SOP expressions.
a.
A B C X
0 0 0 0
0 0 1 1
0 1 0 1
0 1 1 0
1 0 0 0
1 0 1 1
1 1 0 0
1 1 1 0
b.
A B C X
0 0 0 1
Problems
Cameron Hulse
0 0 1 1
0 1 0 1
0 1 1 1
1 0 0 1
1 0 1 0
1 1 0 1
1 1 1 0
c.
A B C X
0 0 0 1
0 0 1 0
0 1 0 0
0 1 1 1
1 0 0 1
1 0 1 0
1 1 0 1
1 1 1 0
10. Derive the truth table for each of the following POS expressions.
a.
A B C X
0 0 0 1
Problems
Cameron Hulse
0 0 1 1
0 1 0 0
0 1 1 1
1 0 0 1
1 0 1 0
1 1 0 0
1 1 1 1
b.
A B C X
0 0 0 0
0 0 1 0
0 1 0 1
0 1 1 1
1 0 0 1
1 0 1 0
1 1 0 1
1 1 1 0
c.
A B C X
0 0 0 1
0 0 1 0
0 1 0 1
Problems
Cameron Hulse
0 1 1 0
1 0 0 0
1 0 1 1
1 1 0 1
1 1 1 0