Exercise
Below are some exercise for you to try it out !! Enjoy !
Write a simplified
expression for the Boolean function defined by each of the following K-maps:
|
A
|
B
|
A NAND B
|
|
0
|
0
|
1
|
|
0
|
1
|
1
|
|
1
|
0
|
1
|
|
1
|
1
|
0
|
|
Gates
|
Equivalent NAND gates
|
|||||||||||||||
|
NOT
|
|
|||||||||||||||
|
AND
|
|
|||||||||||||||
|
OR
|
|
|||||||||||||||
|
NOR
|
|
|
A
|
B
|
A NOR B
|
|
0
|
0
|
1
|
|
0
|
1
|
0
|
|
1
|
0
|
0
|
|
1
|
1
|
0
|
|
Gates
|
Equivalent NOR gates
|
|||||||||||||||
|
NOT
|
|
|||||||||||||||
|
AND
|
|
|||||||||||||||
|
OR
|
|
|||||||||||||||
|
NAND
|
|