Digital Electronics/Circuits Multiple Choice Questions on “Karnaugh Map”.
1. A Karnaugh map (K-map) is an abstract form of ____________ diagram organized as a matrix of squares.
A. Venn Diagram
B. Cycle Diagram
C. Block diagram
D. Triangular Diagram
Answer: A
Clarification: A Karnaugh map (K-map) is an abstract form of Venn diagram organized as a matrix of squares, where each square represents a Maxterm or a Minterm.
2. There are ______ cells in a 4-variable K-map.
A. 12
B. 16
C. 18
D. 8
Answer: B
Clarification: There are 16 = (24) cells in a 4-variable K-map.
3. The K-map based Boolean reduction is based on the following Unifying Theorem: A + A’ = 1.
A. Impact
B. Non Impact
C. Force
D. Complementarity
Answer: B
Clarification: The given expression A +A’ = 1 is based on non-impact unifying theorem.
4. Each product term of a group, w’.x.y’ and w.y, represents the ____________ in that group.
A. Input
B. POS
C. Sum-of-Minterms
D. Sum of Maxterms
Answer: C
Clarification: In a minterm, each variable w, x or y appears once either as the variable itself or as the inverse. So, the given expression satisfies the property of Sum of Minterm.
5. The prime implicant which has at least one element that is not present in any other implicant is known as ___________
A. Essential Prime Implicant
B. Implicant
C. Complement
D. Prime Complement
Answer: A
Clarification: Essential prime implicants are prime implicants that cover an output of the function that no combination of other prime implicants is able to cover.
6. Product-of-Sums expressions can be implemented using ___________
A. 2-level OR-AND logic circuits
B. 2-level NOR logic circuits
C. 2-level XOR logic circuits
D. Both 2-level OR-AND and NOR logic circuits
Answer: D
Clarification: Product-of-Sums expressions can be implemented using 2-level OR-AND & NOR logic circuits.
7. Each group of adjacent Minterms (group size in powers of twos) corresponds to a possible product term of the given ___________
A. Function
B. Value
C. Set
D. Word
Answer: A
Clarification: Each group of adjacent Minterms (group size in powers of twos) corresponds to a possible product term of the given function.
8. Don’t care conditions can be used for simplifying Boolean expressions in ___________
A. Registers
B. Terms
C. K-maps
D. Latches
Answer: C
Clarification: Don’t care conditions can be used for simplifying Boolean expressions in K-maps which helps in pairing with 1/0.
9. It should be kept in mind that don’t care terms should be used along with the terms that are present in ___________
A. Minterms
B. Expressions
C. K-Map
D. Latches
Answer: A
Clarification: It should be kept in mind that don’t care terms should be used along with the terms that are present in minterms as well as maxterms which reduces the complexity of the boolean expression.
10. Using the transformation method you can realize any POS realization of OR-AND with only.
A. XOR
B. NAND
C. AND
D. NOR
Answer: D
Clarification: Using the transformation method we can realize any POS realization of OR-AND with only NOR.
11. There are many situations in logic design in which simplification of logic expression is possible in terms of XOR and _________________ operations.
A. X-NOR
B. XOR
C. NOR
D. NAND
Answer: A
Clarification: There are many situations in logic design in which simplification of logic expression is possible in terms of XOR and XNOR operations.
Expression of XOR : AB’ + A’B
Expression of XNOR : AB + A’B’
12. These logic gates are widely used in _______________ design and therefore are available in IC form.
A. Sampling
B. Digital
C. Analog
D. Systems
Answer: B
Clarification: These logic gates(XOR, XNOR, NOR) are widely used in digital design and therefore are available in IC form as digital circuits deal with data transmission in the form of binary digits.
13. In case of XOR/XNOR simplification we have to look for the following _______________
A. Diagonal Adjacencies
B. Offset Adjacencies
C. Straight Adjacencies
D. Both diagonal and offset adjencies
Answer: D
Clarification: In case of XOR/XNOR simplification we have to look for the following diagonal and offset adjacencies. XOR gives output 1 when odd number of 1s are present in input while XNOR gives output 1 when even number of 1s or all 0s are present in input.
14. Entries known as _______________ mapping.
A. Diagonal
B. Straight
C. K
D. Boolean
Answer: A
Clarification: Entries known as diagonal mapping. The diagonal mapping holds true when for any relation, there is a projection of product on the factor.