Boolean algebra is the category of algebra. It is also called Binary Algebra or logical Algebra. It uses only the binary numbers i.e. 0 and 1. It is used to analyze and simplify digital circuits or gates.
x | y | x ^ y (x and y) | x v y (x or y) |
---|---|---|---|
0 | 0 | 0 | 0 |
1 | 0 | 0 | 1 |
0 | 1 | 0 | 1 |
1 | 1 | 1 | 1 |