• retagged by
989 views
1 1 vote

Which of the following statements is/are CORRECT?

$S_1$: Max term is a sum term which contains all the variables in either direct or complementary form.

$S_2$: Min term is a product term which contains all the variables in either direct or complementary form such that for the combination of variables, the functional output must be $1$.

$S_3$: Min term is a product term which contains all the variables in either direct or complementary form.

  1. only $S_1$ is correct
  2. only $S_3$ is correct
  3. only $S_2$ is correct
  4. All $S_1$, $S_2$ and $S_3$ are correct

1 Answer

Best answer
2 2 votes
A min term l is a $\text{product}$ (AND) of all variables in the function, in direct or complemented form. A min term has the property that it is equal to $1$ on exactly one row of the truth table.

A max term is a $\text{sum}$ (OR) of all the variables in the function, in direct or complemented form. A max term has the property that it is equal to $0$ on exactly one row of the truth table.

Consider $F = \sum_{w,x,y} (0,2)$

Here, $\bar w \bar x \bar y, \bar w x \bar y$ are max terms and $\bar w \bar x y, w x y$ are min terms.

$\bar w \bar x y$ not being a max terms makes option $S_1$ false and $\bar w \bar x \bar y$ not being a min term makes $S_3$ false.

Correct option $C$
• edited by
Answer:
Position:
Show:

Related questions

3 3 votes
1 1 answer
2.0k
2.0k views
Bikram asked May 14, 2017
1,991 views
In a synchronous series counter of Modulus $256$, the propagation delay for each $2$ input AND gate is $5$ ns and for each flip-flop is $25$ ns. The maximum frequency of ...
0 0 votes
2 answers 2 answers
869
869 views
Bikram asked May 14, 2017
869 views
The value of $ f + g $ in the above circuit is:$x{}'y + x{}'z + yz + yz{}'$$x{}'y + x{}'z + y{}'z'+ y{}'z$$x{}'y + y{}'z{}' + yz + x{}'z$$xy + y{}'z{}'+ x{}'z + yz$
3 3 votes
2 answers 2 answers
1.0k
1.0k views
Bikram asked Nov 26, 2016
1,009 views
A minimum sum-of-products expression of the function $F(w, x, y,z) = \Sigma m ( 0, 2, 5, 8, 10, 13, 14 )$ using Karnaugh map is:$x'z+xy+yxz$$x'z' + xy'z + wyz'$$x'z' + xy...
1 1 vote
2 answers 2 answers
1.1k
1.1k views
Bikram asked May 14, 2017
1,120 views
The number $0.085$ represented in $IEEE-754$ single-precision format will be: $0 01111011 01111100001010001111011$ $0 01111011 01011100001010001111011$ $0 01111011 010...