Focus: Boolean expressions, symbols, truth tables and universal gates.


1) OR Gate

Boolean expression:

Y = A + B

Truth Table:

ABY
000
011
101
111

2) AND Gate

Boolean expression:

Y = A · B

Truth Table:

ABY
000
010
100
111

3) NOT Gate

Boolean expression:

Y = A̅

Truth Table:

AY
01
10

4) NAND Gate

Boolean expression:

Y = (A · B)̅

Truth Table:

ABY
001
011
101
110

5) NOR Gate

Boolean expression:

Y = (A + B)̅

Truth Table:

ABY
001
010
100
110

6) XOR (Exclusive OR) Gate

Boolean expression:

Y = A̅B + AB̅

Truth Table:

ABY
000
011
101
110

7) Universal Gates

  • NAND and NOR gates are called universal gates.
  • Any logic gate can be constructed using only NAND gates.
  • Any logic gate can be constructed using only NOR gates.
Visited 1 times, 1 visit(s) today
Was this article helpful?
YesNo

Leave a Reply

Your email address will not be published. Required fields are marked *

Close Search Window