Skip to main content

Logische Operatoren

Wahrheitstabelle
A
B

A AND B
A NAND B

A OR B
A NOR B

A XOR B
A XNOR B

NOT A
0
0

0
1

0
1

0
1

1
1
0

0
1

1
0

1
0

0
0
1

0
1

1
0

1
0

1
1
1

1
0

1
0

0
1

0

 

Mathematische und Technische Symbolik
Operator
Formel
Schaltsymbolik
Relaislogik
AND

IEC_AND_label.svg.png Relay_and.svg.png
NAND
IEC_NAND_label.svg.png Relay_nand.svg.png
OR
IEC_OR_label.svg.png Relay_or.svg.png
NOR
IEC_NOR_label.svg.png Relay_nor.svg.png
XOR
IEC_XOR_label.svg.png Relay_xor.svg.png
XNOR
IEC_XNOR_label.svg.png Relay_xnor.svg.png
NOT

IEC_NOT_label.svg.png Relay_not.svg.png