Chapter 2- Logic Gates Flashcards
1
Q
How do you determine the order and range of the inputs?
A
Order is determined by counting in binary.
Range is determined when you have only 1’s at the bottom of the table.
2
Q
For an AND gate to be on. How many inputs have to be on?
A
Both of the inputs has to be on.
3
Q
For an OR gate to be on. How many inputs have to be on.
A
Both or one of the inputs has to be on.
4
Q
Not Gate:
The OUTPUT is the opposite of the ____.
A
INPUT
5
Q
What is the Boolean expression for AND?
A
Q=A.B
6
Q
What is the Boolean expression for OR?
A
Q=A+B
7
Q
What is the Boolean expression for NOT?
A
Q=A’