This page requires enabled Javascript to view.
 
NOT - logic gate OR - logic gate AND - logic gate
 
 
Für die Simulation muss Java in Ihrem Browser aktiviert sein, bitte aktivieren oder installieren Sie Java falls nötig.
Please turn on Java or install the newest version on your computer if necessary.

NOT - logic gate

An inverter or NOT gate is a logic gate which implements logical negation.

Input Output
0 1
1 0
Possible states of the
NOT gate
0
undefined
Für die Simulation muss Java in Ihrem Browser aktiviert sein, bitte aktivieren oder installieren Sie Java falls nötig.
Please turn on Java or install the newest version on your computer if necessary.

OR - logic gate

The OR gate is a digital logic gate that implements logical disjunction.

Input X Input Y Output Z
0 0 0
1 0 1
0 1 1
1 1 1
Possible states of
the OR gate
0
0
undefined
Für die Simulation muss Java in Ihrem Browser aktiviert sein, bitte aktivieren oder installieren Sie Java falls nötig.
Please turn on Java or install the newest version on your computer if necessary.

AND - logic gate

The AND gate is a basic digital logic gate that implements logical conjunction.

Input X Input Y Output Z
0 0 0
1 0 0
0 1 0
1 1 1
Possible states of
the AND gate
0
0
undefined
v1.08 jk