Boolean Algebra Class 11
Boolean Algebra Class 11
Boolean variable
De Morgan’s Law
( A + B ) ‘ = A’ . B’
and
( A . B )’ = A’ + B’
Truth Table
A truth table is a chart of 1’s and 0’s, arranged to
indicate the results of all possible input options.
Number of columns in the table is decided by the number
of Boolean variables in the function.
Each variable will be n represented in a column.
For n variables used in a Boolean expression, there will be
2n possible combinations.
AND
OR
NOT
NAND
NOR
XOR
XNOR
AND Gate
OR Gate
NAND Gate
NOR Gate
Combination of NOT with OR operation becomes NOR
operation. It can have two or more than two logic inputs and
one output.
XOR Gate