Question Bank DDCO IAT-1
Question Bank DDCO IAT-1
(b)x’yz + xz
Solution:
x'yz + xz
= (x'y + x)z
= z(x + x')(x + y)
= z(x + y)
(b) Draw the logic diagram, using the original Boolean expression.
(c) Use Boolean algebra to simplify the function to a minimum number of literals.
F = xy'z + x'y'z + w'xy + wx'y + wxy = y'z + xy + wy = y$z + y(w + x)
(d) Obtain the truth table of the function from the simplified expression and show that it is
the same as the one in part (a).
F = y'z + yw + yx) = Σ(1, 5, 9, 13 , 10, 11, 13, 15, 6, 7, 14, 15) = Σ(1, 5, 6, 7, 9, 10, 11, 13, 14, 15)
(e) Draw the logic diagram from the simplified expression, and compare the total number
of gates with the diagram of part (b).
8. Model the following Boolean function F , together with the don’t-care conditions d , using no more
than two NOR gates:
d(A, B, C, D) = Ʃ(0, 1, 5, 8)
Assume that
both the
normal and
complement
inputs are
available.
9. Draw a logic diagram using only two-input NOR gates to implement the following function:
F/(A, B, C, D) = (A ⊕ B)'(C ⊕ D)