Chapter 4 - Logic and Boolean
Chapter 4 - Logic and Boolean
________________________________________________________________________________________________
6. Given the Boolean function. Obtain the truth table of the function. Find the SOP and POS of
each function.
(a) F = xy’ + y’z + xz
(b) F = x. (y’z’ + yz)
(c) F = xyz + x’yz + x’y’z + x’yz’ + x’y’z’
(d) F = (x’ + y). (z’ + y)
7. In a singing contest, 3 judges A, B and C can register their votes as ‘1’ or ‘0’ through switches
allocated to them. Contestants will be disqualified (X = 0) if two or more judges register ‘0’
votes for them.
(a) Construct a truth table for the above.
(b) Obtain a simplified Boolean expression for the outputs ‘qualified (X = 1)’.
8. A certain brand of automatic garage door opener utilizes a transmitter control with 3
independent switches, A, B and C, each one set ‘on (1)’ or ‘off (0)’. The garage door will be
opened (X = 1) if at least one of the switches are ‘on’.
(a) Construct a truth table for the above information.
(b) Obtain a Boolean expression for the outputs of ‘open the door’.
(c) Simplify the SOP expression in (b) using K-Map.
9. From the truth table, obtain the minterm expression for X. Use K-map to simplify it.
(a)
A B C X (c)
1 1 1 1 A B C X
1 1 0 1 1 1 1 1
1 0 1 0 1 1 0 1
1 0 0 0 1 0 1 0
0 1 1 1 1 0 0 1
0 1 0 0 0 1 1 1
0 0 1 1 0 1 0 1
0 0 0 0 0 0 1 0
(b) 0 0 0 0
A B C X (d)
1 1 1 1 A B C X
1 1 0 1 1 1 1 0
1 0 1 1 1 1 0 0
1 0 0 0 1 0 1 1
0 1 1 1 1 0 0 1
0 1 0 0 0 1 1 1
0 0 1 0 0 1 0 1
0 0 0 0 0 0 1 1
0 0 0 1