Which of the following statements about AND gates is correct?
The output is TRUE if either input is TRUE
The output is TRUE only if both the inputs are TRUE
The output is TRUE if neither input is TRUE
Which of the following statements about OR gates is correct?
The output is TRUE if either or both inputs is TRUE
Which of the following statements about NOT gates is correct?
The output is TRUE if the input is FALSE, and output is FALSE if the input is TRUE
The output is TRUE if the input is TRUE, and the output is FALSE if the input is FALSE
The output is always FALSE, regardless of the state of the input
Which of the following statements about logic gates is correct?
Only AND and OR gates can be combined to generate a desired output
AND, OR and NOT gates can be used in any combination to generate a desired output
AND and OR gates must always preceed a NOT gate
What is the purpose of a truth table?
To show all possible combinations of inputs and outputs for a circuit
To show all the outputs for a circuit
To show all the inputs for a circuit
The output (Q) of a circuit is TRUE when the input (A) is FALSE. How would this be written as a Boolean expression?
Q = A \/ B
Q = A /\ B
Q = ¬ A
The output (Q) of a circuit is TRUE if either or both inputs (A) and (B) are TRUE. How would this be written as a Boolean expression?
The output (Q) of a circuit is TRUE only if both inputs (A) and (B) are TRUE. How would this be written as a Boolean expression?
The output (Q) of a circuit is FALSE if either or both inputs (A) and (B) are TRUE. How would this be written as a Boolean expression?
Q = ¬ (A /\ B)
Q = ¬ (A \/ B)
Q = (A \/ B)
The output (Q) of a circuit is FALSE only if both inputs (A) and (B) are TRUE. How would this be written as a Boolean expression?
Q = (A /\ B)