Font size
WorksheetsLogic Gates
Total questions: 50
Worksheet time: 26mins
For AND, when is it TRUE?
false AND false
true AND false
false AND true
true AND true
For AND, when is it FALSE?
false AND false
true AND false
false AND true
true AND true
What is the output?
True
False
For OR, when is it TRUE?
false AND false
true AND false
false AND true
true AND true
For OR, when is it FALSE?
false AND false
true AND false
false AND true
true AND true
What is the output?
True
False
What is the output?
True
False
What is the output?
True
False
What is the output?
True
False
Which logic gate is this?
AND
OR
XOR
NOT
What will the circuit's output be?
1
0
What type of logic gate is this table showing?
AND
OR
NOT
Which logic gate is this?
AND
NOT
OR
What will this gate's output be?
0
1
What will this gate's output be?
0
1
What will this gate's output be?
0
1
What will this gate's output be?
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
True or False:
Both inputs need to be 1 for an OR gate to output a 1
True
False
True or False:
NOT gates output the opposite of the input
True
False
Which truth table is correct for this logic gate?
"The burglar alarm will go off if either the door or the window or both are opened". This is an example of which type of Logic?
AND
OR
NOT
NOR
What will the circuit's output be?
1
0
What is the output Y of this logic cricuit if A = 1, B = 1, and C = 1
0
1
What is the output Z of this logic cricuit if A = 1 and B = 1
0
1
The output of an AND gate will be 1 if
At least one of the inputs is at 1.
At most one of the inputs is at 0.
An even number of inputs must be at 1.
None of these.
Which one of the following gates is not a basic gate______
AND
OR
NOR
NOTNOT
The inverter is__________
an NOR gate
A NOT gate
an AND gate
combination of OR and AND gate
A NOR gate gives ___________
high output when both inputs are high
high output when both inputs are low
low output when both inputs are low
high output when one input is low and the other input is high
