Font size
WorksheetsLogic Gates 03
Total questions: 150
Worksheet time: 1hrs 26mins
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
Which logic gate represented by this symbol?
OR
NOR
XOR
NOT
Which logic gate represented by this symbol?
OR
XNOR
XOR
NAND
Which logic gate is represented by this truth table?
Which logic gate is represented by this truth table?
Which logic gate is represented by this truth table?
Which logic gate is represented by this truth table?
Which logic gate is represented by this truth table?
Which logic gate is represented by this truth table?
Which gate is represented by this boolean expression
NAND
NOT
NOR
NXOR
Which logic gate is represented by Q = A + B
AND
OR
NOR
NAND
Which gate is represented by this boolean expression
XOR
OR
XEOR
EXNOR
Which logic gate is this?
AND
OR
XOR
NOT
Name that logic gate (use all CAPS)
(a)
Name that logic gate! (use all CAPS)
(a)
Name that logic gate! (use all CAPS)
(a)
Name that logic gate! (Use all CAPS)
(a)
Name that logic gate! (Use all CAPS)
(a)
Name that logic gate! (Use all CAPS)
(a)
Which logic gate is this truth table for?
XOR
NAND
NOT
NOR
Which logic gate is this truth table for?
NOR
NAND
XOR
AND
Which logic gate is this truth table for?
NOT
DAD
DAND
NAND
What performs addition using inputs from A and B.
(a)
What performs addition using inputs A and B and a carry bit?
(a)
What is this?
(a)
"Memory unit that can store one bit"
Flip-flop
Edge-Triggered D-Type Flip-Flop
Clock
Flip-Flip
"Memory unit that changes state with each pulse of the clock"
Edge-triggered D-type flip-flop
Flip-Flop
Flip-Flip-Flop
Clock
"Device that generates a signal use to synchronise the components of a computer"
Flip-Flop-Flip
Flip-Flop
Edge-Triggered D-Type Flip Flop
Clock
Which of these are logic gates?
AND
OR
NOT
IF
ELSE
What is the output of an AND gate if its inputs are 1 and 1?
1
0
What is the output of an AND gate if its inputs are 1 and 0?
1
0
What is the output of an OR gate if its inputs are 0 and 1?
1
0
What is the output of an OR gate if its inputs are 0 and 0?
1
0
Which logic gate does this symbol represent?
AND
OR
NOT
IF
ELSE
Which logic gate does this symbol represent?
AND
OR
NOT
IF
ELSE
What is the function of a NOT gate?
Inverts its input
Outputs 1 if both inputs are 1
Prevents errors
Outputs 0 if both inputs are 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
Which of these are logic gates?
AND
OR
NOT
IF
ELSE
What is the output of an AND gate if its inputs are 1 and 1?
1
0
What is the output of an AND gate if its inputs are 1 and 0?
1
0
What is the output of an OR gate if its inputs are 0 and 1?
1
0
What is the output of an OR gate if its inputs are 0 and 0?
1
0
Which logic gate does this symbol represent?
AND
OR
NOT
IF
ELSE
Which logic gate does this symbol represent?
AND
OR
NOT
IF
ELSE
What is the function of a NOT gate?
Inverts its input
Outputs 1 if both inputs are 1
Prevents errors
Outputs 0 if both inputs are 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
True or False:
NOT gates can only have one input
True
False
Which logic gate is this?
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 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
How many different combinations of 1 and 0 are possible with 2 bits?
2
4
6
8
The output of a gate is only 1 when both inputs are 1
OR
NOT
NAND
AND
Simple circuits that make logical calculations to get an output are ____.
Truth tables
AND circuit
Logic gates
Half-adder circuit
Write out the Boolean expression.
Q=NOT(A AND B)
AND C
Q=NOT(C AND B)
AND C
Q=OR(A)
AND C
Q=NOT(B)
OR Cd
A=1 B=1 Q=0
A=0 B=1 Q=1
A=1 B=1 Q=1
A=0 B=0 Q=1
1,1,1,0
0,0,01
1,0,0,1
1,1,1,1
1.Which of the following statement is FALSE about logic gates?
A.Logic gates are the building blocks of electronic circuits.
B.It used in computer components like memory.
C.Combination of logic gates is called a logic circuit.
D.Logic gates understand the binary language.
E.None of the above.
When is the output for OR gate TRUE?
A.When both inputs are TRUE.
B.When at least one of the inputs is TRUE.
C.When both inputs are FALSE
D.When at least one of the inputs is FALSE.
For AND, when is it TRUE?
false AND false
true AND false
false AND true
true AND true
What type of logic gate is this table showing?
AND
OR
NOT
What is the missing word?
The ________ gate will only output 1 if
both inputs are 1, otherwise the
output will be 0.
AND
OR
NAND
NOT
What is the truth table for this combination of logic gates?
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:
NOT gates can only have one input
True
False
What type of logic gate is this table showing?
AND
OR
NOT
What type of logic gate is this table showing?
AND
OR
NOT
Which logic gate is this?
AND
OR
NOT
Which logic gate is this?
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
How many different combinations of 1 and 0 are possible with 2 bits?
2
4
6
8
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
Which of these is a definition of a transistor
Microscopic devices that open and close circuits to communicate electrical signals.
A device used to change a circuit
A type of gate used in a CPU
Circuit components which take several inputs
A NAND gate is the combination of which two gates
OR and AND
AND and NOT
NOT and OR
OR and NAND
The output of a gate is only 1 when both inputs are 1
OR
NOT
NAND
AND
A logic state can only be....
On or 1
Off or 1
1 or 0
In and Out
The output of any logic gate can have either of two
Gates
States
Inputs
Outputs
Both inputs must be true for the output to be true
AND gate
OR gate
NOT gate
NOR gate
NAND gate
Either inputs or both can be true for output to be true
OR gate
AND gate
NOT gate
NOR gate
NAND gate
The output is the opposite of the input.
NOT gate
OR gate
AND gate
NOR gate
NAND gate
How many rows would a truth table with 3 inputs have?
(a)
An OR gate has *
Two inputs and one output
One input and one output
One input and two outputs
Two inputs and two outputs
