2.4 Boolean Logic Flashcards
1
Q
What is Logic Gate AND?
A
Needs both inputs to be 1 then the output will be 1. Has 2 inputs and 1 output.
2
Q
What is Logic Gate OR?
A
Needs one or more of the inputs to be 1 then the output will be 1. Has 2 inputs and 1 output.
3
Q
What is Logic Gate NOT?
A
The output is the inverse of the input. Has 1 input and 1 output.
4
Q
What is Binary?
A
Binary represents the presence of electricity. 1 meaning on and 0 meaning off.
5
Q
What is a Truth Table?
A
A table that lists all the possible binary inputs and the corresponding outputs.
6
Q
If A = 1, B = 1, C = 1. What is the output from the Boolean expression: NOT(A AND B)AND C?
A
0