Portes Logiques Table de Vérité
Logic Gates Truth Table

Électronique / Electronic

Les circuits logiques   /   Logics (Digitals) circuits

Logique Résistance-transistor (RTL) / Resistor-Transistor Logic (RTL

NON-ET Une porte Universelle / NAND a universal gate

Porte NON (Inverseur)
NOT Gate (Inverter)

Input 1 Out 2
0 1
1 0

Porte OU
OR Gate

Input 1 Input 2 Output 3
0 0 0
0 1 1
1 0 1
1 1 1

Porte NON OU
NOR Gate
Input 1 Input 2 Output 3
0 0 1
0 1 0
1 0 0
1 1 0

Porte ET
AND Gate
Input 1 Input 2 Output 3
0 0 0
0 1 0
1 0 0
1 1 1

Porte NON ET
NAND Gate

Input 1 Input 2 Output 3
0 0 1
0 1 1
1 0 1
1 1 0

Porte XOR
XOR  Gate

Input 1 Input 2 Output 3
0 0 0
0 1 1
1 0 1
1 1 0

Porte XNOR
XNOR  Gate

Input 1 Input 2 Output 3
0 0 1
0 1 0
1 0 0
1 1 1

 

 

 

 

 

 

 

Recherche personnalisée