Answers To Selected Problems On Simplification of Boolean Functions
Answers To Selected Problems On Simplification of Boolean Functions
Boolean Functions
(See Chapter 3 of Mano's Digital Design (2nd ed.))
3-14 Draw a logic diagram ( AB + A'B')( CD' + C'D )
using only two-input NAND
gates to implement the
following expression:
3-16 Implement the (a)
following functions with
three-level NOR gate F = wx' + y'z' + w'yz'
circuits. F'= (w' + x)(y + z)(w + y' + z)
(b)
F = (5,6,9,10) = w'xy'z + w'xyz' + wx'y'z + wx'yz'
F'= (w + x' + y + z')(w + x' + y' + z)(w' + x + y + z')(w' + x +
y' + z)
3-17 Implement the (a)
following expressions with
three-level NAND circuits. F = AB' + ABD + ABD' + A'C'D' + A'BC'
F'= A'B'D + A'C
(b)
NOR-OR
3-25 Implement the F(A,B,C,D) = (0,1,2,9,11)
following Boolean function F d(A,B,C,D) = (8,10,14,15)
together with the don't-care
condition d using no more
than two NOR gates.
Assume that both the
normal and complement
inputs are available.
F'= B + A'CD
F = B'(A + C' + D')
F = D + B'C
F = D + B'C