Computer Science, asked by TbiaSamishta, 1 year ago

Boolean Expression Simplification F=AB'C+B+BD'+ABD'+A'C=B+C

Answers

Answered by aqibkincsem
7

Boolean expression is used to design a logic circuit and carrying with three inputs A, B and C.


It is used to simplifying the outputs by using Algebra, (resulting from less number of terms) and the number of inputs per gate


(resulting ... =a`b`cd + a`bcd + ab`cd + abc`d`+ abc`d + abcd` + abcd. =cd(a`b` + ... (a`+b+c`+d`)(a`+b`+c+ d)(a`+b`+c+ d`) (a`+b`+c`+d)(a`+b`+c`+d`)]

Answered by shivam4978
36

Answer:

Explanation:

F=AB'C+B(1+D')+ABD'+A'C

=AB'C+B+ABD+A'C

=AB'C+B(1+AD)+A'C

=AB'C+B+A'C

=AC+B+A'C

=C(A+A')+B

=C+B

Similar questions