Logic Gates Flashcards
0
Q
Describe how to get a 1 value output on an AND gate
A
Both A and B must be 1
1
Q
What is the mathematical representation of an AND gate?
A
(A.B)=X
2
Q
Give the truth table for an AND gate
A
In A In B Output 0 0 0 1 0 0 0 1 0 1 1 1
3
Q
Give the mathematical representation of an OR gate
A
(A+B)=x
4
Q
Describe how to get a 1 value output on an OR gate
A
A or B must be 1
5
Q
Give the truth table for an OR gate
A
In A In B Output 0 0 0 1 0 1 0 1 1 1 1 1
6
Q
Give the truth table for an NOT gate
A
In A Output
0 1
1 0