Logic Gates Flashcards
What are the three most basic logical operations?
AND, OR, NOT
What is the output of an AND operation for inputs 1 and 0?
0
What is the output of an OR operation for inputs 0 and 1?
1
What is the output of a NOT operation for input 0?
1
Fill in the blank: A truth table of a Boolean function lists the output values for every possible _______.
input value combination
What does a combinational logic function output if more inputs are 1 than 0?
1
What is the alternative symbol for the AND logic function?
∧ or &
What is the alternative symbol for the OR logic function?
∨ or |
What is the alternative symbol for the NOT logic function?
¬ or ‘ or ! or ~
What defines Boolean algebra?
Algebra over two elements: 0 and 1
What are the two binary operations in Boolean algebra?
+ and ∙
What is the result of 1’ in Boolean algebra?
0
What is the result of 0’ in Boolean algebra?
1
Who is the inventor of Boolean logic?
George Boole
What is the priority order of Boolean operators from high to low?
Parentheses, NOT, AND, OR
What does the duality principle state?
The dual of any true statement is also a true statement
What is the commutative law in Boolean algebra?
x ∙ y = y ∙ x and x + y = y + x
What does DeMorgan’s Theorem state for (x ∙ y)’?
x’ + y’
What does the absorption law state for x ∙ (x + y)?
x
What is the result of x ∙ x’?
0
What is the result of x + x’?
1
What is the output of a NAND gate for inputs 1 and 1?
0
What is the output of a NOR gate for inputs 0 and 0?
1
Fill in the blank: Boolean functions can often be expressed in _______ forms.
canonical