WorksheetsDigital Logic Design Quiz 1
Total questions: 20
Worksheet time: 14mins
True or False:
NOT gates can only have one input
True
False
Which logic gate is represented by this truth table?
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
Determine the output expression for output X if given
A =1
B = 0
C = 1
X= 0
X= 1
What will the circuit's output be?
1
0
Derive expression for Y
(A⋅B)+C
(A⋅B)+C
(A⋅B)+C
A⋅B+C
List the pulse train at the output of this logic gate
a = 1,b = 0,c = 0,d = 1,e = 0,f = 0,g = 1
a = 0,b = 1,c = 1,d = 0,e = 0,f = 1,g = 1
a = 1,b = 0,c = 0,d = 1,e = 1,f = 0,g = 0
a = 0,b = 0,c = 0,d = 1,e = 1,f = 0,g = 1
What is the output?
True
False
Which is the truth table for the OR gate?
Logic statement for Y1
A⋅B
A+B
A⋅B⋅C⋅D
C⋅D
A+B+C+D
Derive Q from the logic circuit given
A AND B
A OR B
B OR C
B AND C
B AND C AND (B OR C)
There are .............cells in a 3 variable K map
2
5
9
8
The Boolean function A + BC is a reduced form of
AB + BC
(A + B)(A+C)
A'B+B'C
None
K-MAP is used for..........
Boolean functions minimizations
Boolean functions maximization
Boolean functions minimization without using boolean laws
None
What is the simplified expression?
B' + D
B'D
B + D'
AB + CD
What is the Logic Expression (equation) for this truth table?
Z = XY' + X'Y + XY
Z = (XY')(X'Y)
Z = AB' + A'B
Z = XY' + X'Y
1. The Demorgan’s law (AB)' = -----------
A'+B'
A+B
A+B'
A'+B
Which of the following relationships represents the dual of the Boolean property x + x'y = x + y?
x'(x + y') = x'y'
x(x'y) = xy
x'(xy') = x'y'
x(x' + y) = xy
