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