Binary Logic Flashcards
1
Q
What inputs would you need for an out out to equal 1 if the inputs went through an AND gate
A
A=1 B=1
BOTH have to be on for the output to be on
2
Q
What inputs would you need for the output to be for the output to be 1 for an OR gate
A
A=0 B=1
A=1 B=0
A=1 B=1
ONE has to be on for the output to be on
3
Q
What would the input be for the output to be 1 if the input went through a NOT gate
A
A=0
The opposite of the input
4
Q
Why is data represented in binary form
A
Computers use binary values because it is easy to tell the state of a switch, on or off