Font size
WorksheetsBEDLC_UNIT 2 _PRACTICE QUIZ
Total questions: 60
Worksheet time: 3600secs
Number of cells in the 4 - variable K-MAP
4
16
12
8
K-MAP is used for..........
Boolean functions minimizations
Boolean functions maximization
Boolean functions minimization without using boolean laws
None
f(A,B,C) = Σm(0,2,3,4,5,6)
A'B+AB'
A'B+AB'+C
AB+A'B'+C
A'B+AB'+C'
F (A,B,C,D) = Σm(0,1,2,3,5,7,8,9,10,12,13)
F = B'D'+AC'+A'D
F = BD'+AC+A'D
F = B'D'+AC'+A'D'
F = B'D'+A'C'+A'D
Boolean expression
(X+Y)(X+Y') + ((XY')+X')' simplifies to
X
Y
XY
X + Y
The output F found to be logic 1 when A = 0, The values of B and C are
B = 1, C = 0
B = 0, C = 0 or 1
B = 1, C = 1
indeterminate
The number of terms in a switching function of four variables are
8
12
16
32
There are .............cells in a 3 variable K map
2
5
9
8
The logical expression A+A'B is equivalent to
AB
A'B
A'+ B
A+B
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'
What does a Karnaugh Map do to Boolean Expressions?
Simplify
Process
Translate
Complicate
Each individual term in standard POS form is called _____
Minterm
Maxterm
Constant
Variable
The expression Y=(A+B)(B+C)(C+A) shows the _________ operation.
AND
POS
SOP
NAND
The number of terms in a switching function of four variables are
8
12
16
32
There are .............cells in a 3 variable K map
2
5
9
8
The logical expression A+A'B is equivalent to
AB
A'B
A'+ B
A+B
Number of cells in the 4 - variable K-MAP
4
16
12
8
K-MAP is used for..........
Boolean functions minimizations
Boolean functions maximization
Boolean functions minimization without using boolean laws
None
f(A,B,C) = Σm(0,2,3,4,5,6)
A'B+AB'
A'B+AB'+C
AB+A'B'+C
A'B+AB'+C'
F (A,B,C,D) = Σm(0,1,2,3,5,7,8,9,10,12,13)
F = B'D'+AC'+A'D
F = BD'+AC+A'D
F = B'D'+AC'+A'D'
F = B'D'+A'C'+A'D
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 - AB - 00,01,10,11
Down - C - 0,1
Which expression represents the Karnaugh Map? (0s removed for simplicity)
A'B'C+AB'C
AB'C'+ABC
ABC+ABC'
ABC+A'B'C'
What does a Karnaugh Map do to Boolean Expressions?
Simplify
Process
Translate
Complicate
When ordering binary numbers for a Karnaugh Map, which of the following is the correct sequence?
00, 01, 11, 10
00, 11, 10, 01
11, 10, 01, 00
00, 01, 10, 11
Write out the Boolean expression for this Karnaugh Map
A^¬B
A^B
¬A^¬B
¬A^B
Each individual term in standard POS form is called _____
Minterm
Maxterm
Constant
Variable
The expression Y=(A+B)(B+C)(C+A) shows the _________ operation.
AND
POS
SOP
NAND
Canonical form is a unique way of representing ____________
SOP
Minterm
Boolean Expressions
POS
The expression Y=AB+BC+AC shows the _________ operation.
EX-OR
SOP
POS
NOR
The canonical sum of product form of the function y(A,B) = A + B is __________
AB + BB + A’A
AB + AB’ + A’B
BA + BA’ + A’B’
AB’ + A’B + A’B’
Convert the given expression in standard POS form
f(A,B,C,D)= (A+B) . (B+C)
(A+B+C) (A+B+C') (A'+B+C)
(A+B+C') (A+B'+C') (A'+B+C)
(A+B'+C) (A'+B+C') (A'+B+C)
(A+B+C) (A+B+C')
A variable on its own or in its complemented form is known as a __________
Product Term
Literal
Sum Term
Word
The expression Y=AB+BC+AC shows the _________ operation.
EX-OR
SOP
POS
NOR
The SOP form of Boolean Expression can be represented in K Map, when output is
0
1
Either (a) or (b)
None
The POS form of Boolean expression can be represented in K Map when the output is
1
0
Either (a) or (b)
None
In K map, octet is a group of...............1's.
3
5
8
16
Total number of inputs in a half adder is _______
2
4
3
1
If A and B are the inputs of a half adder, the sum is given by __________
A AND B
A OR B
A XOR B
A EX-NOR B
If A and B are the inputs of a half adder, the carry is given by __________
A AND B
A OR B
A XOR B
A EX-NOR B
The difference between half adder and full adder is __________
Half adder has two inputs while full adder has four inputs
Half adder has one output while full adder has two outputs
Half adder has two inputs while full adder has three inputs
All of the Mentioned
If A, B and C are the inputs of a full adder then the sum is given by __________
A AND B AND C
A OR B AND C
A XOR B XOR C
A OR B OR C
If A, B and C are the inputs of a full adder then the sum is given by __________
A AND B AND C
A OR B AND C
A XOR B XOR C
A OR B OR C
If A, B and C are the inputs of a full adder then the carry is given by __________
A AND B OR (A OR B) AND C
A OR B OR (A AND B) C
(A AND B) OR (A AND B)C
A XOR B XOR (A XOR B) AND C
In a multiplexer, the selection of a particular input line is controlled by ___________
Data controller
Selected lines
Logic gates
Both data controller and selected lines
If the number of n selected input lines is equal to 2^m then it requires _____ select lines.
2
m
n
2n
Comparator
Multiplexer
Inverter
Demultiplexer
Most demultiplexers facilitate which type of conversion?
Decimal-to-hexadecimal
Single input, multiple outputs
AC to DC
Odd parity to even parity
For subtracting 1 from 0, we use to take a _______ from neighbouring bits.
Carry
Borrow
Input
Output
How many outputs are required for the implementation of a subtractor?
1
2
3
4
Half subtractor is used to perform subtraction of ___________
2 bits
3 bits
4 bits
5 bits
Let the input of a subtractor is A and B then what the output will be if A = B?
0
1
A
B
One that is not the outcome of magnitude comparator is ____________
a > b
a - b
a < b
a = b
If two numbers are not equal then binary variable will be ____________
0
1
A
B
How many inputs are required for a digital comparator?
1
2
3
4
In a comparator, if we get input as A>B then the output will be ____________
1
0
A
B
Comparators are used in ____________
Memory
Mother Board
Hard Drive
CPU
A circuit that compares two numbers and determine their magnitude is called ____________
Height comparator
Size comparator
Comparator
Magnitude comparator
