NAND GATE function
(a.b)’
What is functionally complete connective?
If all boolean functions can be synthesised using it.
ex. NAND, NOR
NOR gate function
(a+b)’
What is self dual function
A function is self dual if it is equal to its dual (A dual function is obtained by interchanging + and . )
The boolean function : x’y’ + xy + x’y is equivalent to
x’+y
The maximum number of different boolean functions involving in ‘n’ boolean variables?
(2^(2^n))