Boolean Algorithm
Boolean Algorithm
Boolean algorithm
Sub Topic: Types of Boolean Algorithms
Introduction
Boolean algebra is the category of algebra in which the variable’s values are the truth values, true and false,
ordinarily denoted 1 and 0 respectively. It is used to analyze and simplify digital circuits or digital gates. It is also
called Binary Algebra or logical Algebra. It has been fundamental in the development of digital electronics and is
provided for in all modern programming languages. It is also used in set theory and statistics.
X + X’ = 1
X.X’ = 0
Identity Law
This law states that whenever a variable is with two negations, then its
symbol would ultimately get cancelled out while the original variable
is obtained with it, i.e.,
((X)’)’ = X
p ≡ ¬(¬ p )
Associative Law
The order of the variable or two different terms does not matter
according to this law. It can be represented as follows,
• X+Y=Y+X
• X.Y = Y.X
Distributive Law