LOGIC GATE
v
OR gate
There are always two inputs or more.
Input1
|
Input2
|
output
|
0
|
0
|
0
|
0
|
1
|
1
|
1
|
0
|
1
|
1
|
1
|
1
|
v
AND gate
There are always two inputs or more.
Input1
|
Input2
|
output
|
0
|
0
|
0
|
0
|
1
|
0
|
1
|
0
|
0
|
1
|
1
|
1
|
v
NOT gate
There are always only 1 input.
Input2
|
output
|
0
|
1
|
1
|
0
|
v
XOR gate
There are always two inputs or more.
Input1
|
Input2
|
output
|
0
|
0
|
0
|
0
|
1
|
1
|
1
|
0
|
1
|
1
|
1
|
0
|
v
XNOR gate
There are always two inputs or more.
Input1
|
Input2
|
output
|
0
|
0
|
1
|
0
|
1
|
0
|
1
|
0
|
0
|
1
|
1
|
1
|
There are about 1 outputs in each
gateway
The next post is about logic ic
Comments
Post a Comment