Dokumen - Tips - Csec Physics Review Introduction To Logic Gates
Dokumen - Tips - Csec Physics Review Introduction To Logic Gates
Dokumen - Tips - Csec Physics Review Introduction To Logic Gates
www.cxctutor.org
What Are Logic Gates
A logic gate is an elementary building block of a digital
circuit.
Most logic gates have two inputs and one output. At any
given moment, every terminal is in one of two Binary
Conditions: Low (0) or High (1), represented by different
voltage levels.
0 0 0
0 1 0
1 0 0
1 1 1
The ‘OR’ Gate
• This logic gate also has two
inputs and one output.
0 0 1
0 1 1
1 0 1
1 1 0
The ‘NOR’ Gate
• This logic gate is a
combination of the OR gate
followed by an inverter or NOT
gate.
0 0 0
0 1 1
1 0 1
1 1 0
The ‘XNOR’ Gate
• This logic gate is a
combination of the XOR gate
followed by an inverter or NOT
gate.