AND GATE
The AND gate be activated if only both are 1 if it contains a 0 then is will not activate.
0 0 = 0
0 1 = 0
1 0 = 0
1 1 = 1
OR GATE
The OR can be activated when any of them has a 1 in the writing but if there isn't a 1 then it will not work.
0 0 = 0
0 1 = 1
1 0 = 1
1 1 = 1
NOT GATE
The NOT gate can be activated when the input is 0 and whens its 1 it deactivates.
0 = 1
1 = 0
No comments:
Post a Comment