Chapter 5
Chapter 5
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)’.
(c) Construct a logic circuit for the simplified ‘qualified’ output.
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.
10. From the truth table, obtain the minterm expression for X. Use K-map to simplify it.
(a)
A B C X
1 1 1 1
1 1 0 1
1 0 1 0
1 0 0 0
0 1 1 1
0 1 0 0
0 0 1 1
0 0 0 0
(c)
A B C X
1 1 1 1
1 1 0 1
1 0 1 0
1 0 0 1
0 1 1 1
0 1 0 1
0 0 1 0
0 0 0 0
(d)
A B C X
1 1 1 0
1 1 0 0
1 0 1 1
1 0 0 1
0 1 1 1
0 1 0 1
0 0 1 1
0 0 0 1