Questions On Boolean Algebra - Karnaugh Map
Questions On Boolean Algebra - Karnaugh Map
DUALITY PRINCIPLE:
This states that starting with a Boolean relation, another Boolean relation can be derived
(a) Changing each OR sign (+) to an AND sign (.)
(b) Changing each AND sign (.) to an OR sign (+)
(c) Replacing each 0 by 1 and each 1 by 0
BREAK THE LINE CHANGE THE SIGN
Break the line, change the sign” – Is the demorganization which is performed by the following
steps:
(a) Complement the entire function
(b) Change all ANDs (.) to OR (+) and all ORs (+) to ANDs (.)
(c) Complement each of the individual variables.
1. Write out the dual of the following Boolean Expressions:
(a) (b)
(c) (d)
4. Find the sum of products (SOP) and product of sums (POS) expressions for F1 and F2
from the table below:
1
Inputs Outputs
x y z F1 F2
0 0 0 0 0
0 0 1 0 1
0 1 0 1 1
0 1 1 1 0
1 0 0 1 0
1 0 1 0 0
1 1 0 0 1
1 1 1 1 1
5. Using the Karnaugh map technique obtain the simplified expressions as sum of products
(SOP) for the following maps
(a) (b)
P' P'Q PQ P' P'Q PQ
PQ Q ' ' PQ Q ' '
R 1 1 R 1 1
R' 1 1 R' 1 1
6. Draw and simplify the Karnaugh maps of x, y, z for
(a) (b)
(c) (d)
7. Using K-Map, simplify the following expressions, using sum of products (SOP) form:
(a)
(b)