Font size
WorksheetsK Map
Total questions: 20
Worksheet time: 14mins
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
