NAVEDTRA 14185A, NEETS Mod. 13, Ch. 2 Flashcards
What is defined as the science of reasoning?
Logic
Which type of voltage is used to represent the logic 1 state of a statement?
Logic polarity
What will be used to illustrate all possible input and corresponding output combinations?
Truth table
What are the “decision-making” circuits of computers and other types of digital equipment?
Logic gates
Which type of logic gate is a logic circuit that requires all inputs to be TRUE at the same time in order for the output to be TRUE?
AND
Which type of logic device has an output opposite of the input?
Inverter
Which gate is simply an AND gate with an inverter (NOT gate) at the output?
NAND
Who developed Boolean Algebra?
George Boole
What is a description of the input conditions necessary to get the desired output?
Boolean expression
What is a term that is TRUE in one part of an expression will be TRUE in all parts of the expression?
Law of identity
Which law is defined as the order in which terms are written does not affect their value (AB =BA, A+B = B+A)?
Commutative law
What is an example of Associative law?
A(BC) = ABC or A+(B+C) = A+B+C
What is an example of idempotent law?
AA = A, A+A = A
What is an example of the law of intersection?
0 (A·1 = A, A·0 = 0)
What is an example of the law of union?
(A+1 = 1, A+0 = A)