Sep 9, 2009

** Basic Logic Gates,Datasheets and Tutorials



1-NOT Gate (or Inverter or Complement Function)
Symbol:
Truth Table:


Aoutput
01
10


-------------------------------------------
2-AND Gate:
Symbol:

Truth Table:

A Boutput
0 00
0 10
1 00
1 11

-----------------------------------------
3- OR GATE:
Symbol:

Truth Table:

A Boutput
0 00
0 11
1 01
1 11

---------------------------------------
4- NAND GATE (NOT AND):
Symbol:

Truth Table:

A Boutput
0 01
0 11
1 01
1 10
-----------------------------
5-NOR GATE (NOT OR):
Symbol:


Truth Table:

A Boutput
0 01
0 10
1 00
1 10
-----------------------------
6-XOR GATE (Exclusive OR) (Comparison (Difference) Gate):
Symbol:


Truth Table:

A Boutput
0 00
0 11
1 01
1 10

----------------------------
7-XNOR GATE: (Exclusive NOR) (Equality Gate)
Symbol:



Truth Table:

A Boutput
0 01
0 10
1 00
1 11
----------------------------
Basic Gates Tutorials:

-----------------------------
Data Sheets of BASIC Logic Gates :

1-AND GATE (74hc08)
2-OR GATE (74hc32)
----------------------------
Data Sheets of Encoders:
Seven Segment LED Display Terminals:



No comments:

Post a Comment