Boolean Logic Flashcards
1
Q
What are the 3 Boolean Operators?
A
AND
OR
NOT
2
Q
What does each Boolean Operator have
A
A logic gate
3
Q
What are logic gates?
A
Special circuits in computer chips
Recieve binary data, apply a Boolean operation, output a binary result
Each logic gate has a corresponding truth table -> show the possible input combinations and corresponding outputs
4
Q
AND Gate
A
Take 2 inputs, give 1 output
If both inputs are 1, the output is 1
If not, output is always 0
5
Q
OR Gate
A
2 inputs, give 1 output
If at least one of the inputs is 1, output is 1
If not, input is 0
6
Q
NOT Gate
A
1 input, 1 output
Output value is opposite to input value
7
Q
NOT Gate
A
1 input, 1 output
Output value is opposite to input value