WorksheetsLogic Gates
Total questions: 57
Worksheet time: 33mins
Simple circuits that make logical calculations to get an output are ____.
Truth tables
AND circuit
Logic gates
Half-adder circuit
_____ modifies and processes the input given by the user to get the resulting output to give back to the user.
Truth tables
Adder
Flip flops
Circuits
____ have 2 different outputs, Q and Not Q, which are typically opposites of each other.
XOR
Half adder circuit
SR flip flop
Simple circuit
____ is a constant source of power.
Button
Circuit
Input
Toggle switch
_____ is where any two inputs that are not both 1 produce a 0.
Binary
AND gate
Boolean expression
Output
____ is a tabular representation of all the combinations of values for inputs and their corresponding outputs.
Truth tables
Logic gates
Adder
Circuits
___ is a semiconductor which thousands of millions of tiny resistors, capacitors, and transistors are fabricated.
8-bit adder
Full adder
Logic gates
Integrated circuits
What type of gate is this?
AND
NOR
NAND
XOR
What type of gate is this?
NOT
NOR
XOR
What type of gate is this?
OR
XOR
AND
NAND
Which of these diagrams is correct for an OR gate?
Which of the following gates only takes one input?
AND
OR
NOT
Which gate will output a 1 if any of the inputs are 1?
AND
OR
NOT
Which gate "reverses" any numbers that pass through it?
AND
OR
NOT
Complete this truth table for an AND gate.
0000
0001
0111
1111
Complete this truth table for an OR gate.
0000
0001
0111
1111
If A was 1 and B was 0 in this circuit, what would Q be?
0
1
Which of the following scenarios is the only one where R would be 0 in this circuit?
If all of the switches were on
If all of the switches were off
If half of the switches were on
If only one of the switches were on
In this circuit, if A and B were both 0, what would R be?
0
1
We generally use A, B, C, D for inputs, but start from P for the first gate. This is because P stands for...
Process
Program
Possibility
Procedure
If A is OFF but B is ON, the output would be...
ON
OFF
What gate is missing here?
AND
OR
NOT
To complete the truth table, which letter would need to be replaced by a 1?
c
d
e
f
What combination of A and B would you need to turn on X?
A on B off
A and B on
A and B off
A off B on
Which of these is the correct expression?
X = NOT (A /\ B)
X = A /\ B (NOT A)
X = (NOT B) A /\ B
X = (NOT B) A V B
Which of these is the correct expression?
X = A /\ B OR C /\ D
X = A /\ B OR C V D
X = A V B OR C /\ D
X = A V B OR C V D
What would the expression be for this truth table?
A V B /\ C
A V B V C
A /\ B /\ C
A /\ B V C
The numbers below are horizontal; imagine them being vertical.
The correct sequence for X would be ?
0, 1, 1, 1
1, 0, 1, 0
0, 0, 0, 1
0,1, 0, 1
What will the circuit's output be?
1
0
What will the circuit's output be?
1
0
What is the output Z of this logic cricuit if A = 1 and B = 1
0
1
What is the output Y of this logic cricuit if A = 1, B = 1, and C = 1
0
1
What is the Logic Expression for this circuit?
Z = NOT (A AND B)
Z = NOT (A OR B)
Z = (NOT A) AND B
Z = (NOT A) OR B
Logic statement for Y1
A⋅B
A+B
A⋅B⋅C⋅D
C⋅D
A+B+C+D
Logic statement for Y2
B+C
C+D
A⋅B⋅C⋅D
C⋅D
A+B+C+D
Logic statement for Y
B+C
C+D
A⋅B⋅C⋅D
C⋅D
A+B+C+D
What is value of Y if A = 1, B = 1, C = 0
1
0
Which truth table is this?
OR
NOR
NAND
AND
