Boolean Algebra

Universal Gates

NAND and NOR gates are called universal gates as any digital function can be implemented by using only NAND or NOR gate alone. Combinational and sequential both type of circuits can be implemented using NAND or NOR gate. Let’s see how we can derive all basic gates from NAND: Let’s now see that how we […]

Boolean Algebra

Logical functions

There can be total of 2 raise to the power 2n functions possible for n binary variables. So for n=2 i.e. two variables we have total of 16 functions and we have already talked about few of those like AND, OR, NOT. So there are 13 more functions to be defined. F0=0 F1=xy F2=xy’ F3=x F4=x’y […]

Boolean Algebra

Consensus Theorem

Consensus theorem: Given a pair of terms for which a variable appears in one term and its compliment in the other term then consensus term is formed by ANDing the original terms together leaving out the selected variable and its compliment. e.g.        Find consensus term out of the two terms X.Y & X’.Z                 […]