Deck 3: Describing Logic Circuits

Full screen (f)
exit full mode
Question
A ___________is used to illustrate the various input/output combinations for a logic gate.

A) logic function diagram
B) Boolean formula
C) Boolean diagram
D) truth table
Use Space or
up arrow
down arrow
to flip the card.
Question
Boolean variables are allowed to have how many possible values?

A) any number
B) two
C) none
D) one
Question
Which of the following is NOT a basic Boolean operation?

A) NOT
B) AND
C) OR
D) FOR
Question
Which logic function provides a low output in response to one or more low inputs?

A) AND
B) OR
C) FOR
D) NOT
Question
Which logic function provides a low output only when all inputs are low?

A) NOT
B) FOR
C) AND
D) OR
Question
How many truth table entries are required for a four- input circuit?

A) 8
B) 4
C) 12
D) 16
Question
The truth table shown below describes a(n)___________gate. <strong>The truth table shown below describes a(n)___________gate.  </strong> A) AND B) NAND C) XOR D) XNOR <div style=padding-top: 35px>

A) AND
B) NAND
C) XOR
D) XNOR
Question
A certain printer requires that all of the following conditions be satisfied before it will send a HIGH to a microprocessor acknowledging that it is ready to print: 1. The printer's electronic circuits must be energized.
2. Paper must be loaded and ready to advance.
3. The printer must be "on line" with the microprocessor.
As each of the above conditions is satisfied, a HIGH is generated and applied to a 3- input logic gate. When all three conditions are met, the logic gate produces a HIGH output indicating readiness to print. The basic logic gate used in this circuit would be a(n):

A) OR gate.
B) AND gate.
C) NOR gate.
D) NOT gate.
Question
In Boolean algebra, the commutative laws indicate that:

A) the factoring of Boolean expressions requires the multiplication of product terms that contain like variables.
B) the order in which we OR or AND two variables does not affect the result.
C) an expression can be expanded by multiplying term by term just the same as in ordinary algebra.
D) we can group variables in an AND or in an OR expression any way we want.
Question
The logic gate that generates a HIGH (1) output when any one of its inputs is HIGH is the:

A) OR gate.
B) NOR gate.
C) NOT operation.
D) AND gate.
Question
The logic gate that generates a HIGH (1) output only when all of its inputs are LOW (0) is the:

A) NAND gate.
B) NOR gate.
C) OR gate.
D) AND gate.
Question
Two signals (A and B) are ORed. Their product is then ANDed with signals C and D. Which of the following expressions describes this series of operations?

A) (A + B) CD
B) A + BCD
C) A + B(CD)
D) A + (B + CD)
Question
Which of the following statements best describes the function of the logic variable X?

A) X is a variable whose value is always 1.
B) X is a variable whose value is 1 or 0.
C) X is a constant value in the indeterminate range of logic values.
D) X is a variable whose value is always 0.
Question
Which of the following logical operations is represented by the + sign in Boolean algebra?

A) Inversion
B) AND
C) OR
D) Complementation
Question
The Boolean expression X = <strong>The Boolean expression X =   is logically equivalent to what single gate?</strong> A) OR gate B) NAND gate C) NOR gate D) AND gate <div style=padding-top: 35px> is logically equivalent to what single gate?

A) OR gate
B) NAND gate
C) NOR gate
D) AND gate
Question
Which of the following gates is the output gate for a circuit with the expression Y = <strong>Which of the following gates is the output gate for a circuit with the expression Y =   ?</strong> A) NAND B) AND C) OR D) NOR <div style=padding-top: 35px> ?

A) NAND
B) AND
C) OR
D) NOR
Question
Given the Boolean expression X = <strong>Given the Boolean expression X =  and the values L = 1, M = 0, N = 1, D = 1, and G = 0, the value of X is:</strong> A) 1 B) 0 <div style=padding-top: 35px> and the values L = 1, M = 0, N = 1, D = 1, and G = 0, the value of X is:

A) 1
B) 0
Question
The output of a three input (A, B, and C) AND gate is connected to a two input OR gate. A second input to the OR gate is labeled D. The Boolean expression representing this logic circuit is:

A) X = ABC + D
B) X = (A + B + C) + D
C) X = (ABC)D
D) X = (A + B + C) D
Question
The alternate logic symbol for an AND gate would have:

A) bubbles only on its output.
B) bubbles only on its inputs.
C) no bubbles on its inputs or outputs.
D) bubbles on its inputs and outputs.
Question
A logic control system in an automobile generates an audible alarm when any one, two, or three of the following three conditions occur: 1. The ignition is off but the ignition key has not been removed from the switch and a door is opened.
2. The headlamp switch is on with the ignition off and the key removed from the switch.
3. The ignition is on with the engine running but the driver's seatbelt has not been fastened.
Detection circuits generate HIGH inputs to a 3- input logic gate when any of these conditions occurs. The logic gate responds to the high input(s) by generating a HIGH output that triggers the alarm. The 3- input logic gate is most likely a(n):

A) OR gate.
B) NOR gate.
C) Inversion device.
D) AND gate.
Question
Which of the following Boolean relationships is TRUE

A) <strong>Which of the following Boolean relationships is TRUE</strong> A)   B) AB =   C)   D)   <div style=padding-top: 35px>
B) AB = <strong>Which of the following Boolean relationships is TRUE</strong> A)   B) AB =   C)   D)   <div style=padding-top: 35px>
C) <strong>Which of the following Boolean relationships is TRUE</strong> A)   B) AB =   C)   D)   <div style=padding-top: 35px>
D) <strong>Which of the following Boolean relationships is TRUE</strong> A)   B) AB =   C)   D)   <div style=padding-top: 35px>
Question
Suppose that a logic gate has 3 inputs. How many possible input combinations must be listed in its accompanying truth table?

A) 210
B) 410
C) 810
D) 1610
Question
Which of the following accurately describes the logic circuit for the Boolean expression AB + BCD?

A) A 2- input NAND gate and 3- input NAND gate whose outputs are fed to a 2- input OR gate.
B) A 2- input AND gate and a 3- input AND gate whose outputs are fed to a 2- input NOR gate.
C) A 2- input OR gate and a 3- input OR gate whose outputs are fed to a 2- input AND gate.
D) A 2- input NOR gate and a 3- input NOR gate whose outputs are fed to a 2- input AND gate.
Question
In digital electronics, each of the two normal states of a voltage variable is called a(n):

A) indeterminate value.
B) algebraic sum.
C) actual number.
D) logic level.
Question
One of DeMorgan's theorems states that <strong>One of DeMorgan's theorems states that   Simply stated, this means that logically there is no difference between:</strong> A) a NOR gate and a NAND gate with inverted inputs. B) a NOR gate and an AND gate with inverted inputs. C) an AND gate and a NOR gate with inverted inputs. D) a NAND gate and an OR gate with inverted inputs. <div style=padding-top: 35px> Simply stated, this means that logically there is no difference between:

A) a NOR gate and a NAND gate with inverted inputs.
B) a NOR gate and an AND gate with inverted inputs.
C) an AND gate and a NOR gate with inverted inputs.
D) a NAND gate and an OR gate with inverted inputs.
Question
One of DeMorgan's theorems states that <strong>One of DeMorgan's theorems states that  = X' + Y'. Simply stated, this means that logically there is no difference between:</strong> A) a NAND gate and an OR gate with inverted inputs. B) a NOR gate and a NAND gate with inverted inputs. C) a NOR gate and an AND gate with inverted inputs. D) an AND gate and a NOR gate with inverted inputs. <div style=padding-top: 35px> = X' + Y'. Simply stated, this means that logically there is no difference between:

A) a NAND gate and an OR gate with inverted inputs.
B) a NOR gate and a NAND gate with inverted inputs.
C) a NOR gate and an AND gate with inverted inputs.
D) an AND gate and a NOR gate with inverted inputs.
Question
Which of the following equations would accurately describe a 4- input OR gate when A = 1, B = 1, C = 0, and D = 0?

A) 1 + 1 + 0 + 0 = 00
B) 1 + 1 + 0 + 0 = 01
C) 1 + 1 + 0 + 0 = 0
D) 1 + 1 + 0 + 0 = 1
Question
Which of the following groups of logic devices would be required to implement the expression X =<strong>Which of the following groups of logic devices would be required to implement the expression X = ?</strong> A) three 3- input AND gates, one 3- input OR gate, and two inverters B) two 3- input AND gates, two 3- input OR gates, and three inverters C) two 3- input AND gates, one 2- input AND gate, one 3- input OR gate, and two inverters D) three 3- input AND gates, two 3- input OR gates, and two inverters <div style=padding-top: 35px> ?

A) three 3- input AND gates, one 3- input OR gate, and two inverters
B) two 3- input AND gates, two 3- input OR gates, and three inverters
C) two 3- input AND gates, one 2- input AND gate, one 3- input OR gate, and two inverters
D) three 3- input AND gates, two 3- input OR gates, and two inverters
Question
A NAND gate has:

A) active high inputs and an active low output.
B) active low inputs and an active high output.
C) active high inputs and an active high output.
D) active low inputs and an active low output.
Question
The basic logic device that always has a single input is the:

A) OR gate.
B) AND gate.
C) Comparator.
D) Inverter.
Question
Logically, the output of a NOR gate would have the same Boolean expression as a(n):

A) NAND gate immediately followed by an inverter.
B) AND gate immediately followed by an inverter.
C) NOR gate immediately followed by an inverter.
D) OR gate immediately followed by an inverter.
Question
If you apply DeMorgan's theorem to the expression <strong>If you apply DeMorgan's theorem to the expression   you get:</strong> A)   B)  C)   D)   <div style=padding-top: 35px> you get:

A) <strong>If you apply DeMorgan's theorem to the expression   you get:</strong> A)   B)  C)   D)   <div style=padding-top: 35px>
B)<strong>If you apply DeMorgan's theorem to the expression   you get:</strong> A)   B)  C)   D)   <div style=padding-top: 35px>
C) <strong>If you apply DeMorgan's theorem to the expression   you get:</strong> A)   B)  C)   D)   <div style=padding-top: 35px>
D) <strong>If you apply DeMorgan's theorem to the expression   you get:</strong> A)   B)  C)   D)   <div style=padding-top: 35px>
Question
The logic circuit whose output is always the inverse of its inputs is the:

A) AND gate.
B) OR gate.
C) Comparator.
D) Inverter.
Question
A small circle on the output of a logic gate is used to represent the:

A) AND operation.
B) OR operation.
C) Comparator operation.
D) NOT operation.
Question
Which of the following logic devices can be used to implement any Boolean expression?

A) Inverters and AND gates
B) NAND gates and NOR gates
C) Inverters and OR gates
D) AND and OR gates
Question
The basic logic gate that must have all of its inputs HIGH to have a high output is the:

A) AND gate.
B) NOT gate.
C) OR gate.
D) NOR gate.
Question
The basic logic circuit whose output is the complement of the input is the:

A) Inverter.
B) OR gate.
C) Comparator.
D) AND gate.
Question
Which of the following Boolean expressions represents a four input AND gate followed by an inverter?

A) X = <strong>Which of the following Boolean expressions represents a four input AND gate followed by an inverter?</strong> A) X =   B) X =   C)   D)  <div style=padding-top: 35px>
B) X = <strong>Which of the following Boolean expressions represents a four input AND gate followed by an inverter?</strong> A) X =   B) X =   C)   D)  <div style=padding-top: 35px>
C) <strong>Which of the following Boolean expressions represents a four input AND gate followed by an inverter?</strong> A) X =   B) X =   C)   D)  <div style=padding-top: 35px>
D)<strong>Which of the following Boolean expressions represents a four input AND gate followed by an inverter?</strong> A) X =   B) X =   C)   D)  <div style=padding-top: 35px>
Question
Select the Boolean expression that is the logical equivalent to the expression <strong>Select the Boolean expression that is the logical equivalent to the expression   .</strong> A) ABC B)   C) A + B + C D)   <div style=padding-top: 35px> .

A) ABC
B) <strong>Select the Boolean expression that is the logical equivalent to the expression   .</strong> A) ABC B)   C) A + B + C D)   <div style=padding-top: 35px>
C) A + B + C
D) <strong>Select the Boolean expression that is the logical equivalent to the expression   .</strong> A) ABC B)   C) A + B + C D)   <div style=padding-top: 35px>
Question
How many NAND gates would be required to perform the OR operation if two inputs are required?

A) two
B) one
C) four
D) three
Question
If you apply DeMorgan's theorem to the expression <strong>If you apply DeMorgan's theorem to the expression   you get:</strong> A)   B)   C)   D)   <div style=padding-top: 35px> you get:

A) <strong>If you apply DeMorgan's theorem to the expression   you get:</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
B) <strong>If you apply DeMorgan's theorem to the expression   you get:</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
C) <strong>If you apply DeMorgan's theorem to the expression   you get:</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
D) <strong>If you apply DeMorgan's theorem to the expression   you get:</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
Question
The basic logic circuit whose output equals the Boolean algebraic sum of its input is the:

A) Inverter.
B) AND gate.
C) OR gate.
D) Comparator.
Question
Which of the following gates generates the exact inverse output of the OR gate for all possible input combinations?

A) NOT
B) NOR
C) NAND
D) AND
Question
Which of the three basic logic functions is accomplished by connecting all the inputs of a NAND gate to a single logic function?

A) Inversion
B) AND
C) OR
D) Comparison
Question
Which of the following Boolean expressions represents a three input AND gate?

A) X = AB + C
B) X = <strong>Which of the following Boolean expressions represents a three input AND gate?</strong> A) X = AB + C B) X =   C) X = ABC D) X = A + B + C <div style=padding-top: 35px>
C) X = ABC
D) X = A + B + C
Question
A certain logic gate has three inputs. The output goes LOW (0) only when the inputs are A = 1, B =

A) AND gate.
B) NOR gate.
C) NAND gate.
D) none of the above
Question
The logic gate that generates a LOW (0) output when any one of its inputs are HIGH (1) is the:

A) NOR gate.
B) OR gate.
C) NAND gate.
D) AND gate.
Question
74LS00 is a:

A) Quad 2- input AND gate.
B) Quad 2- input OR gate.
C) Single 8- input OR gate.
D) Quad 2- input NAND gate.
Question
Often times, an IC input label will contain an over- bar. In order for that particular input to perform a required function:

A) the input needs to be low.
B) the input is active only on PGT.
C) the input is active only on NGT.
D) the input needs to be high.
Question
<strong>   -If we use DeMorgan's theorem to simplify the output expression for the circuit in Figure 3-1, we get:</strong> A)   B) Y = AB +   C) Y =   D) Y =    <div style=padding-top: 35px>

-If we use DeMorgan's theorem to simplify the output expression for the circuit in Figure 3-1, we get:

A) <strong>   -If we use DeMorgan's theorem to simplify the output expression for the circuit in Figure 3-1, we get:</strong> A)   B) Y = AB +   C) Y =   D) Y =    <div style=padding-top: 35px>
B) Y = AB + <strong>   -If we use DeMorgan's theorem to simplify the output expression for the circuit in Figure 3-1, we get:</strong> A)   B) Y = AB +   C) Y =   D) Y =    <div style=padding-top: 35px>
C) Y = <strong>   -If we use DeMorgan's theorem to simplify the output expression for the circuit in Figure 3-1, we get:</strong> A)   B) Y = AB +   C) Y =   D) Y =    <div style=padding-top: 35px>
D) Y = <strong>   -If we use DeMorgan's theorem to simplify the output expression for the circuit in Figure 3-1, we get:</strong> A)   B) Y = AB +   C) Y =   D) Y =    <div style=padding-top: 35px>
Question
<strong>   -Refer to Figure 3-1. The output (Y) can be expressed as:</strong> A) Y =   B) Y =   C) Y =   D) Y =   <div style=padding-top: 35px>

-Refer to Figure 3-1. The output (Y) can be expressed as:

A) Y = <strong>   -Refer to Figure 3-1. The output (Y) can be expressed as:</strong> A) Y =   B) Y =   C) Y =   D) Y =   <div style=padding-top: 35px>
B) Y = <strong>   -Refer to Figure 3-1. The output (Y) can be expressed as:</strong> A) Y =   B) Y =   C) Y =   D) Y =   <div style=padding-top: 35px>
C) Y = <strong>   -Refer to Figure 3-1. The output (Y) can be expressed as:</strong> A) Y =   B) Y =   C) Y =   D) Y =   <div style=padding-top: 35px>
D) Y = <strong>   -Refer to Figure 3-1. The output (Y) can be expressed as:</strong> A) Y =   B) Y =   C) Y =   D) Y =   <div style=padding-top: 35px>
Question
<strong>   -Refer to Figure 3- 1. If A = 1, B = 1, and C = 0, the output (Y) will be:</strong> A) floating. B) LOW. C) invalid. D) HIGH. <div style=padding-top: 35px>

-Refer to Figure 3- 1. If A = 1, B = 1, and C = 0, the output (Y) will be:

A) floating.
B) LOW.
C) invalid.
D) HIGH.
Question
In the expression X =In the expression X = , one must remember to invert each value before combining values.<div style=padding-top: 35px> , one must remember to invert each value before combining values.
Question
In an expression containing both AND and OR operations, the AND operations are performed first.
Question
A good rule of thumb for logic circuit schematics is to connect bubble outputs to nonbubble inputs whenever possible.
Question
Parentheses are used in Boolean expressions to eliminate confusion as to which operation is to be performed first.
Question
The output generated by a logic circuit for some combination of inputs can often be determined without using its Boolean expression.
Question
The output of a NAND gate is the inverse of the output for an AND gate for all possible input combinations.
Question
A minimum of three 2- input NOR gates would be required to perform the logical operation of a single 2- input AND gate.
Question
Boolean algebra involves linear and nonlinear equations.
Question
The output from a logic gate changes at the same instant that the input to the gate changes.
Question
Boolean algebra often results in reduction of electronic circuitry.
Question
AND, OR, and NOT gates provide the three primary logic functions.
Question
Inverters perform the same functions in a logic circuit regardless whether they are connected to the input or output.
Question
OR gates can have more than two inputs.
Question
Any logic expression can be implemented using NAND gates.
Question
Any logic expression can be implemented using NOR gates.
Question
To change a logic gate to its alternate representation, a simple three- step process is followed.
Question
Bubbles represent inversion.
Question
The terms negate, invert, and NOT describe the same Boolean algebra operation.
Question
   -Refer to Figure 3- 2. The output (Y) will be HIGH when both A and B are LOW, and C is HIGH.<div style=padding-top: 35px>

-Refer to Figure 3- 2. The output (Y) will be HIGH when both A and B are LOW, and C is HIGH.
Question
   -Refer to Figure 3- 2. The output (Y) will be HIGH whenever A is LOW, and B and C inputs are HIGH.<div style=padding-top: 35px>

-Refer to Figure 3- 2. The output (Y) will be HIGH whenever A is LOW, and B and C inputs are HIGH.
Question
   -Refer to Figure 3- 2. The output (Y) will be LOW whenever A and B are HIGH, and C is LOW.<div style=padding-top: 35px>

-Refer to Figure 3- 2. The output (Y) will be LOW whenever A and B are HIGH, and C is LOW.
Question
The output expression for the circuit in Figure 3- 2 is Y = The output expression for the circuit in Figure 3- 2 is Y =  <div style=padding-top: 35px>
Question
The voltage ranges used to represent binary 0 and 1 are referred to as_______levels.
Question
Basic operations in Boolean algebra are called_______operations.
Question
A_______table illustrates the relationship between a logic circuit's output and every possible combination of inputs.
Question
In digital applications, a random, brief change in voltage is commonly referred to as a_______
.
Question
A tennis player is waiting to receive a serve from their opponent. The opponent hits the
ball to the outside of the service court. The time it takes for the player to process the visual information and then begin to move in the direction of the serve is an example of _______.
Question
An active signal applied to a control input is used to _______the circuit.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/92
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 3: Describing Logic Circuits
1
A ___________is used to illustrate the various input/output combinations for a logic gate.

A) logic function diagram
B) Boolean formula
C) Boolean diagram
D) truth table
truth table
2
Boolean variables are allowed to have how many possible values?

A) any number
B) two
C) none
D) one
two
3
Which of the following is NOT a basic Boolean operation?

A) NOT
B) AND
C) OR
D) FOR
FOR
4
Which logic function provides a low output in response to one or more low inputs?

A) AND
B) OR
C) FOR
D) NOT
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
5
Which logic function provides a low output only when all inputs are low?

A) NOT
B) FOR
C) AND
D) OR
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
6
How many truth table entries are required for a four- input circuit?

A) 8
B) 4
C) 12
D) 16
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
7
The truth table shown below describes a(n)___________gate. <strong>The truth table shown below describes a(n)___________gate.  </strong> A) AND B) NAND C) XOR D) XNOR

A) AND
B) NAND
C) XOR
D) XNOR
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
8
A certain printer requires that all of the following conditions be satisfied before it will send a HIGH to a microprocessor acknowledging that it is ready to print: 1. The printer's electronic circuits must be energized.
2. Paper must be loaded and ready to advance.
3. The printer must be "on line" with the microprocessor.
As each of the above conditions is satisfied, a HIGH is generated and applied to a 3- input logic gate. When all three conditions are met, the logic gate produces a HIGH output indicating readiness to print. The basic logic gate used in this circuit would be a(n):

A) OR gate.
B) AND gate.
C) NOR gate.
D) NOT gate.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
9
In Boolean algebra, the commutative laws indicate that:

A) the factoring of Boolean expressions requires the multiplication of product terms that contain like variables.
B) the order in which we OR or AND two variables does not affect the result.
C) an expression can be expanded by multiplying term by term just the same as in ordinary algebra.
D) we can group variables in an AND or in an OR expression any way we want.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
10
The logic gate that generates a HIGH (1) output when any one of its inputs is HIGH is the:

A) OR gate.
B) NOR gate.
C) NOT operation.
D) AND gate.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
11
The logic gate that generates a HIGH (1) output only when all of its inputs are LOW (0) is the:

A) NAND gate.
B) NOR gate.
C) OR gate.
D) AND gate.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
12
Two signals (A and B) are ORed. Their product is then ANDed with signals C and D. Which of the following expressions describes this series of operations?

A) (A + B) CD
B) A + BCD
C) A + B(CD)
D) A + (B + CD)
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
13
Which of the following statements best describes the function of the logic variable X?

A) X is a variable whose value is always 1.
B) X is a variable whose value is 1 or 0.
C) X is a constant value in the indeterminate range of logic values.
D) X is a variable whose value is always 0.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
14
Which of the following logical operations is represented by the + sign in Boolean algebra?

A) Inversion
B) AND
C) OR
D) Complementation
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
15
The Boolean expression X = <strong>The Boolean expression X =   is logically equivalent to what single gate?</strong> A) OR gate B) NAND gate C) NOR gate D) AND gate is logically equivalent to what single gate?

A) OR gate
B) NAND gate
C) NOR gate
D) AND gate
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
16
Which of the following gates is the output gate for a circuit with the expression Y = <strong>Which of the following gates is the output gate for a circuit with the expression Y =   ?</strong> A) NAND B) AND C) OR D) NOR ?

A) NAND
B) AND
C) OR
D) NOR
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
17
Given the Boolean expression X = <strong>Given the Boolean expression X =  and the values L = 1, M = 0, N = 1, D = 1, and G = 0, the value of X is:</strong> A) 1 B) 0 and the values L = 1, M = 0, N = 1, D = 1, and G = 0, the value of X is:

A) 1
B) 0
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
18
The output of a three input (A, B, and C) AND gate is connected to a two input OR gate. A second input to the OR gate is labeled D. The Boolean expression representing this logic circuit is:

A) X = ABC + D
B) X = (A + B + C) + D
C) X = (ABC)D
D) X = (A + B + C) D
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
19
The alternate logic symbol for an AND gate would have:

A) bubbles only on its output.
B) bubbles only on its inputs.
C) no bubbles on its inputs or outputs.
D) bubbles on its inputs and outputs.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
20
A logic control system in an automobile generates an audible alarm when any one, two, or three of the following three conditions occur: 1. The ignition is off but the ignition key has not been removed from the switch and a door is opened.
2. The headlamp switch is on with the ignition off and the key removed from the switch.
3. The ignition is on with the engine running but the driver's seatbelt has not been fastened.
Detection circuits generate HIGH inputs to a 3- input logic gate when any of these conditions occurs. The logic gate responds to the high input(s) by generating a HIGH output that triggers the alarm. The 3- input logic gate is most likely a(n):

A) OR gate.
B) NOR gate.
C) Inversion device.
D) AND gate.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
21
Which of the following Boolean relationships is TRUE

A) <strong>Which of the following Boolean relationships is TRUE</strong> A)   B) AB =   C)   D)
B) AB = <strong>Which of the following Boolean relationships is TRUE</strong> A)   B) AB =   C)   D)
C) <strong>Which of the following Boolean relationships is TRUE</strong> A)   B) AB =   C)   D)
D) <strong>Which of the following Boolean relationships is TRUE</strong> A)   B) AB =   C)   D)
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
22
Suppose that a logic gate has 3 inputs. How many possible input combinations must be listed in its accompanying truth table?

A) 210
B) 410
C) 810
D) 1610
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
23
Which of the following accurately describes the logic circuit for the Boolean expression AB + BCD?

A) A 2- input NAND gate and 3- input NAND gate whose outputs are fed to a 2- input OR gate.
B) A 2- input AND gate and a 3- input AND gate whose outputs are fed to a 2- input NOR gate.
C) A 2- input OR gate and a 3- input OR gate whose outputs are fed to a 2- input AND gate.
D) A 2- input NOR gate and a 3- input NOR gate whose outputs are fed to a 2- input AND gate.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
24
In digital electronics, each of the two normal states of a voltage variable is called a(n):

A) indeterminate value.
B) algebraic sum.
C) actual number.
D) logic level.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
25
One of DeMorgan's theorems states that <strong>One of DeMorgan's theorems states that   Simply stated, this means that logically there is no difference between:</strong> A) a NOR gate and a NAND gate with inverted inputs. B) a NOR gate and an AND gate with inverted inputs. C) an AND gate and a NOR gate with inverted inputs. D) a NAND gate and an OR gate with inverted inputs. Simply stated, this means that logically there is no difference between:

A) a NOR gate and a NAND gate with inverted inputs.
B) a NOR gate and an AND gate with inverted inputs.
C) an AND gate and a NOR gate with inverted inputs.
D) a NAND gate and an OR gate with inverted inputs.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
26
One of DeMorgan's theorems states that <strong>One of DeMorgan's theorems states that  = X' + Y'. Simply stated, this means that logically there is no difference between:</strong> A) a NAND gate and an OR gate with inverted inputs. B) a NOR gate and a NAND gate with inverted inputs. C) a NOR gate and an AND gate with inverted inputs. D) an AND gate and a NOR gate with inverted inputs. = X' + Y'. Simply stated, this means that logically there is no difference between:

A) a NAND gate and an OR gate with inverted inputs.
B) a NOR gate and a NAND gate with inverted inputs.
C) a NOR gate and an AND gate with inverted inputs.
D) an AND gate and a NOR gate with inverted inputs.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
27
Which of the following equations would accurately describe a 4- input OR gate when A = 1, B = 1, C = 0, and D = 0?

A) 1 + 1 + 0 + 0 = 00
B) 1 + 1 + 0 + 0 = 01
C) 1 + 1 + 0 + 0 = 0
D) 1 + 1 + 0 + 0 = 1
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
28
Which of the following groups of logic devices would be required to implement the expression X =<strong>Which of the following groups of logic devices would be required to implement the expression X = ?</strong> A) three 3- input AND gates, one 3- input OR gate, and two inverters B) two 3- input AND gates, two 3- input OR gates, and three inverters C) two 3- input AND gates, one 2- input AND gate, one 3- input OR gate, and two inverters D) three 3- input AND gates, two 3- input OR gates, and two inverters ?

A) three 3- input AND gates, one 3- input OR gate, and two inverters
B) two 3- input AND gates, two 3- input OR gates, and three inverters
C) two 3- input AND gates, one 2- input AND gate, one 3- input OR gate, and two inverters
D) three 3- input AND gates, two 3- input OR gates, and two inverters
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
29
A NAND gate has:

A) active high inputs and an active low output.
B) active low inputs and an active high output.
C) active high inputs and an active high output.
D) active low inputs and an active low output.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
30
The basic logic device that always has a single input is the:

A) OR gate.
B) AND gate.
C) Comparator.
D) Inverter.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
31
Logically, the output of a NOR gate would have the same Boolean expression as a(n):

A) NAND gate immediately followed by an inverter.
B) AND gate immediately followed by an inverter.
C) NOR gate immediately followed by an inverter.
D) OR gate immediately followed by an inverter.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
32
If you apply DeMorgan's theorem to the expression <strong>If you apply DeMorgan's theorem to the expression   you get:</strong> A)   B)  C)   D)   you get:

A) <strong>If you apply DeMorgan's theorem to the expression   you get:</strong> A)   B)  C)   D)
B)<strong>If you apply DeMorgan's theorem to the expression   you get:</strong> A)   B)  C)   D)
C) <strong>If you apply DeMorgan's theorem to the expression   you get:</strong> A)   B)  C)   D)
D) <strong>If you apply DeMorgan's theorem to the expression   you get:</strong> A)   B)  C)   D)
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
33
The logic circuit whose output is always the inverse of its inputs is the:

A) AND gate.
B) OR gate.
C) Comparator.
D) Inverter.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
34
A small circle on the output of a logic gate is used to represent the:

A) AND operation.
B) OR operation.
C) Comparator operation.
D) NOT operation.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
35
Which of the following logic devices can be used to implement any Boolean expression?

A) Inverters and AND gates
B) NAND gates and NOR gates
C) Inverters and OR gates
D) AND and OR gates
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
36
The basic logic gate that must have all of its inputs HIGH to have a high output is the:

A) AND gate.
B) NOT gate.
C) OR gate.
D) NOR gate.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
37
The basic logic circuit whose output is the complement of the input is the:

A) Inverter.
B) OR gate.
C) Comparator.
D) AND gate.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
38
Which of the following Boolean expressions represents a four input AND gate followed by an inverter?

A) X = <strong>Which of the following Boolean expressions represents a four input AND gate followed by an inverter?</strong> A) X =   B) X =   C)   D)
B) X = <strong>Which of the following Boolean expressions represents a four input AND gate followed by an inverter?</strong> A) X =   B) X =   C)   D)
C) <strong>Which of the following Boolean expressions represents a four input AND gate followed by an inverter?</strong> A) X =   B) X =   C)   D)
D)<strong>Which of the following Boolean expressions represents a four input AND gate followed by an inverter?</strong> A) X =   B) X =   C)   D)
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
39
Select the Boolean expression that is the logical equivalent to the expression <strong>Select the Boolean expression that is the logical equivalent to the expression   .</strong> A) ABC B)   C) A + B + C D)   .

A) ABC
B) <strong>Select the Boolean expression that is the logical equivalent to the expression   .</strong> A) ABC B)   C) A + B + C D)
C) A + B + C
D) <strong>Select the Boolean expression that is the logical equivalent to the expression   .</strong> A) ABC B)   C) A + B + C D)
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
40
How many NAND gates would be required to perform the OR operation if two inputs are required?

A) two
B) one
C) four
D) three
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
41
If you apply DeMorgan's theorem to the expression <strong>If you apply DeMorgan's theorem to the expression   you get:</strong> A)   B)   C)   D)   you get:

A) <strong>If you apply DeMorgan's theorem to the expression   you get:</strong> A)   B)   C)   D)
B) <strong>If you apply DeMorgan's theorem to the expression   you get:</strong> A)   B)   C)   D)
C) <strong>If you apply DeMorgan's theorem to the expression   you get:</strong> A)   B)   C)   D)
D) <strong>If you apply DeMorgan's theorem to the expression   you get:</strong> A)   B)   C)   D)
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
42
The basic logic circuit whose output equals the Boolean algebraic sum of its input is the:

A) Inverter.
B) AND gate.
C) OR gate.
D) Comparator.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
43
Which of the following gates generates the exact inverse output of the OR gate for all possible input combinations?

A) NOT
B) NOR
C) NAND
D) AND
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
44
Which of the three basic logic functions is accomplished by connecting all the inputs of a NAND gate to a single logic function?

A) Inversion
B) AND
C) OR
D) Comparison
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
45
Which of the following Boolean expressions represents a three input AND gate?

A) X = AB + C
B) X = <strong>Which of the following Boolean expressions represents a three input AND gate?</strong> A) X = AB + C B) X =   C) X = ABC D) X = A + B + C
C) X = ABC
D) X = A + B + C
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
46
A certain logic gate has three inputs. The output goes LOW (0) only when the inputs are A = 1, B =

A) AND gate.
B) NOR gate.
C) NAND gate.
D) none of the above
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
47
The logic gate that generates a LOW (0) output when any one of its inputs are HIGH (1) is the:

A) NOR gate.
B) OR gate.
C) NAND gate.
D) AND gate.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
48
74LS00 is a:

A) Quad 2- input AND gate.
B) Quad 2- input OR gate.
C) Single 8- input OR gate.
D) Quad 2- input NAND gate.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
49
Often times, an IC input label will contain an over- bar. In order for that particular input to perform a required function:

A) the input needs to be low.
B) the input is active only on PGT.
C) the input is active only on NGT.
D) the input needs to be high.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
50
<strong>   -If we use DeMorgan's theorem to simplify the output expression for the circuit in Figure 3-1, we get:</strong> A)   B) Y = AB +   C) Y =   D) Y =

-If we use DeMorgan's theorem to simplify the output expression for the circuit in Figure 3-1, we get:

A) <strong>   -If we use DeMorgan's theorem to simplify the output expression for the circuit in Figure 3-1, we get:</strong> A)   B) Y = AB +   C) Y =   D) Y =
B) Y = AB + <strong>   -If we use DeMorgan's theorem to simplify the output expression for the circuit in Figure 3-1, we get:</strong> A)   B) Y = AB +   C) Y =   D) Y =
C) Y = <strong>   -If we use DeMorgan's theorem to simplify the output expression for the circuit in Figure 3-1, we get:</strong> A)   B) Y = AB +   C) Y =   D) Y =
D) Y = <strong>   -If we use DeMorgan's theorem to simplify the output expression for the circuit in Figure 3-1, we get:</strong> A)   B) Y = AB +   C) Y =   D) Y =
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
51
<strong>   -Refer to Figure 3-1. The output (Y) can be expressed as:</strong> A) Y =   B) Y =   C) Y =   D) Y =

-Refer to Figure 3-1. The output (Y) can be expressed as:

A) Y = <strong>   -Refer to Figure 3-1. The output (Y) can be expressed as:</strong> A) Y =   B) Y =   C) Y =   D) Y =
B) Y = <strong>   -Refer to Figure 3-1. The output (Y) can be expressed as:</strong> A) Y =   B) Y =   C) Y =   D) Y =
C) Y = <strong>   -Refer to Figure 3-1. The output (Y) can be expressed as:</strong> A) Y =   B) Y =   C) Y =   D) Y =
D) Y = <strong>   -Refer to Figure 3-1. The output (Y) can be expressed as:</strong> A) Y =   B) Y =   C) Y =   D) Y =
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
52
<strong>   -Refer to Figure 3- 1. If A = 1, B = 1, and C = 0, the output (Y) will be:</strong> A) floating. B) LOW. C) invalid. D) HIGH.

-Refer to Figure 3- 1. If A = 1, B = 1, and C = 0, the output (Y) will be:

A) floating.
B) LOW.
C) invalid.
D) HIGH.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
53
In the expression X =In the expression X = , one must remember to invert each value before combining values., one must remember to invert each value before combining values.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
54
In an expression containing both AND and OR operations, the AND operations are performed first.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
55
A good rule of thumb for logic circuit schematics is to connect bubble outputs to nonbubble inputs whenever possible.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
56
Parentheses are used in Boolean expressions to eliminate confusion as to which operation is to be performed first.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
57
The output generated by a logic circuit for some combination of inputs can often be determined without using its Boolean expression.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
58
The output of a NAND gate is the inverse of the output for an AND gate for all possible input combinations.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
59
A minimum of three 2- input NOR gates would be required to perform the logical operation of a single 2- input AND gate.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
60
Boolean algebra involves linear and nonlinear equations.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
61
The output from a logic gate changes at the same instant that the input to the gate changes.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
62
Boolean algebra often results in reduction of electronic circuitry.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
63
AND, OR, and NOT gates provide the three primary logic functions.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
64
Inverters perform the same functions in a logic circuit regardless whether they are connected to the input or output.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
65
OR gates can have more than two inputs.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
66
Any logic expression can be implemented using NAND gates.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
67
Any logic expression can be implemented using NOR gates.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
68
To change a logic gate to its alternate representation, a simple three- step process is followed.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
69
Bubbles represent inversion.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
70
The terms negate, invert, and NOT describe the same Boolean algebra operation.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
71
   -Refer to Figure 3- 2. The output (Y) will be HIGH when both A and B are LOW, and C is HIGH.

-Refer to Figure 3- 2. The output (Y) will be HIGH when both A and B are LOW, and C is HIGH.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
72
   -Refer to Figure 3- 2. The output (Y) will be HIGH whenever A is LOW, and B and C inputs are HIGH.

-Refer to Figure 3- 2. The output (Y) will be HIGH whenever A is LOW, and B and C inputs are HIGH.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
73
   -Refer to Figure 3- 2. The output (Y) will be LOW whenever A and B are HIGH, and C is LOW.

-Refer to Figure 3- 2. The output (Y) will be LOW whenever A and B are HIGH, and C is LOW.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
74
The output expression for the circuit in Figure 3- 2 is Y = The output expression for the circuit in Figure 3- 2 is Y =
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
75
The voltage ranges used to represent binary 0 and 1 are referred to as_______levels.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
76
Basic operations in Boolean algebra are called_______operations.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
77
A_______table illustrates the relationship between a logic circuit's output and every possible combination of inputs.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
78
In digital applications, a random, brief change in voltage is commonly referred to as a_______
.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
79
A tennis player is waiting to receive a serve from their opponent. The opponent hits the
ball to the outside of the service court. The time it takes for the player to process the visual information and then begin to move in the direction of the serve is an example of _______.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
80
An active signal applied to a control input is used to _______the circuit.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 92 flashcards in this deck.