You are on page 1of 1

Exercise:

Construct the logic circuit using Cedar Logic Simulator for each of the following
Boolean functions, using only AND, OR and NOT gates.

(i) F(A, B, C) = A.B’ + A’.C


(ii) F(X, Y, Z) = (X + Y’)’ . (X’ + Z’)’
(iii) F(A, B, C) = (A.B’ + A’.B)’
(iv) F(A, B) = (A.B + A’.B’)’
(v) F(W, X, Y, Z) = W’.X + [(X.Y)’ + (Y.Z)’]’
Also see the behavior of each of the above circuits by giving different values to the inputs
involved.

You might also like