Electronics and Communication Engineering - Digital Electronics - Discussion

Discussion Forum : Digital Electronics - Section 1 (Q.No. 12)
12.
In the expression A + BC, the total number of minterms will be
2
3
4
5
Answer: Option
Explanation:

The min terms are ABC + ABC + AB C + ABC + ABC.

Discussion:
30 comments Page 1 of 3.

Cherish said:   5 years ago
@Mohiyuva it's all about "and gate" & "or gate".


Truth Table:

A -- B -- C -- Output
0 -- 0 -- 0 -- F
0 -- 0 -- 1 -- F
0 -- 1 -- 0 -- F
0 -- 1 -- 1 -- T
1 -- 0 -- 0 -- T
1 -- 0 -- 1 -- T
1 -- 1 -- 0 -- T
1 -- 1 -- 1 -- T.

5 true. So 5 minterm.
(14)

Mohiyuva said:   6 years ago
@Padmaja.

Could you please explain how to give 0's & 1's for that expression?

Aparna said:   7 years ago
I can't understand in truth table form. So please explain it.
(1)

Adil Tanveer said:   7 years ago
If we obtain the minterm then how can we obtain max term?

Please, anyone explain it.

Dhammapriya said:   7 years ago
First of all, we need to convert a given logical expression into the standard form for minterms called canonical form. Ex. A+BC = A(B+B')(C+C') + BC(A+A').

Now solve this expression with the help of Boolean Laws you will arrive at A+BC = ABC + ABC' + AB'C + AB'C' + A'BC.
(21)

Pavan said:   7 years ago
Stil,l I can't understand how to solve this problem? Please someone help me?

Sandeep said:   8 years ago
Is any formula to find the number of minterms?

Mohammed Umar said:   8 years ago
How to find maxterm?

ABDULLAH AKHTAR said:   8 years ago
Your formula A + BC = (A + B) (A + C). Is write but we have to find minterms @RAMESH.

Deepak said:   8 years ago
Correct @Diksha.


Post your comments here:

Your comments will be displayed after verification.