This deals with the lecture subject Minterms and Maxterms. Read
the specified sections in the textbook and answer the questions
below.
(Go back to homepage.)
-
The truth table shown may expressed by which of the following
canonical representations?
A B C | F
---------+----
0 0 0 | 0
0 0 1 | 0
0 1 0 | 1
0 1 1 | 0
1 0 0 | 1
1 0 1 | 0
1 1 0 | 1
1 1 1 | 0
- SUM m(2,4,6)
- PRD M(2,4,6)
- SUM m(0,1,3,5,7)
- PRD M(1,3,5,7)
- None of the above
-
The truth table shown may be expressed by which of the
following canonical expressions?
A B C | F
---------+----
0 0 0 | 1
0 0 1 | 0
0 1 0 | 1
0 1 1 | 1
1 0 0 | 0
1 0 1 | 0
1 1 0 | 1
1 1 1 | 0
- SUM m(1,4,5,7)
- PRD M(0,2,3,6)
- SUM m(0,1,2,3,6)
- PRD M(1,4,5,7)
- SUM m(0,2,3,5)
-
The expression AB'C' is represented by which of the following
cananonical symbols?
- m3
- m4
- M3
- M4
- m5
-
Minterm m31 must be represented by at least how many literals?
- 6
- 31
- 3
- 4
- 5
-
Which of the following canonical expressions is generated by the
NOR gate shown?
- F = m0
- F = M0
- F = m7
- F = M7
- F = M3
-
Given that F = SUM m(0,1,4,5,6), which of the following
correctly describes F'?
- F' = SUM m(1,4,6,7)
- F' = PRD M(2,3,7)
- F' = PRD M(0,1,4,5,7)
- F' = SUM m(0,1,4,5,6)
- F' = SUM m(2,3,7)
-
Given that F = SUM m(0,2,4,6), which of the following correctly
describes F'?
- F' = PRD M(0,2,4,6)
- F' = PRD M(1,2,4,6)
- F' = PRD M(1,3,5,7)
- F' = SUM m(0,1,2,3)
- F' = SUM m(0,2,4,6)
-
The expression A' + B' + C is represented by which of the
following canonical symbols?
- M1
- M6
- m1
- m6
- M4
-
Given that F1 = SUM m(0,1,2) and F2 = PRD M(2,3,4,5), which of
the following represent the only correct expression for F1 + F2?
- F1 + F2 = SUM m(0,1,2,3,4,5)
- F1 + F2 = SUM m(0,1,2,6,7)
- F1 + F2 = SUM m(0,1,6,7)
- F1 + F2 = PRD M(0,1,3,4,5)
- F1 + F2 = PRD M(2,3,4,5,6,7)
-
Given that F1 = SUM m(1,2,4,6,7) and F2 = PRD M(3,5,6) which
of the following represent the only correct expression for F1*F2?
- F1*F2 = PRD M(0,3,5,6)
- F1*F2 = SUM m(1,3,5,7)
- F1*F2 = SUM m(0,3,5,6)
- F1*F2 = PRD M(1,2,4,7)
- F1*F2 = PRD M(2,4,6,7)
-
(mi)' + Mi = ?
- 1
- 0
- mi
- Mi
- mi + (Mi)'
-
Which of the following expressions is the only correct canonical representation for the function F(x,y,z) = y?
- F = SUM m(0,1,4,5)
- F = SUM m(0,1,2,3)
- F = SUM m(4,5,6,7)
- F = SUM m(1,3,5,7)
- F = SUM m(2,3,6,7)
|