NEW
Font size
WorksheetsCHAPTER 2 BOOLEAN ALGEBRA
Total questions: 20
Worksheet time: 25mins
What logic gate is this?
NOT
EX-OR
NOR
NAND
What gate is this truth table for?
AND
NOT
OR
EX-OR
What logic gate has only one input?
OR
NAND
NOR
NOT
What logic gate represent this logic expression?
Y=A.B
NAND
AND
NOR
OR
What will the circuit's output be?
1
0
How many different combinations of 1 and 0 are possible with 3 bits?
4
5
6
7
8
According to Boolean Law: A + 1 = ?
1
A
0
a'
An AND gate has 7 inputs. How many input words are in its truth table?
16
32
64
128
xy+x = ?
x
y
0
1
X + X = ?
X
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
What is the output of an OR gate when both inputs are 0?
Undefined
Both
0
1
How many outputs does a 3-inputs AND gate have?
8
3
2
1
Which logic gate is represented by the expression A + B?
OR
NAND
NOT
AND
is the same as
A + B + C
State the output for the following K Map.
A B+AB+C
A B+BC+AB
A B+C
B+C
State the output for the following K Map.
BC+B C
A B C+BC+AB C
B C+AC
BC+BC
Across - A - 0,1
Down - B - 0,1
Which expression represents the Karnaugh Map? (0s removed for simplicity)
A'B'
AB'
A'B
AB
Across - AB - 00,01,10,11
Down - C - 0,1
Which expression represents the Karnaugh Map? (0s removed for simplicity)
A'B'C+ABC
AB'C'+ABC
A'BC'+A'BC
ABC+A'B'C'
Across - A - 0,1
Down - B - 0,1
Which expression represents the Karnaugh Map? (0s removed for simplicity)
AB'+AB
A
B
1
