retagged by
177 views
0 votes
0 votes

What is the simplified expression for the Boolean function F(A, B, C, D) = Σ(0, 1, 2, 4, 5, 6, 8, 9, 10, 12, 13, 14) using the K-map method?

(A)             A'B'C'D' + A'B'C'D + A'BC'D + AB'C'D + ABCD

(B)              A'B'C'D' + A'BC'D + AB'C'D + ABC'D + ABCD

(C)              A'B'C'D' + A'BC'D + ABC'D + ABCD

(D)            A'B'C'D' + A'BC'D' + A'BCD + ABCD

retagged by

Please log in or register to answer this question.

Related questions

495
views
0 answers
2 votes
h4kr asked Dec 28, 2022
495 views
I got a K-map with the following boolean function: F(A,B,C,D) = ΠM[3,4,6,9,11,14]+ Σd[0,7,8,10,13,15]In the following K-map following prime-implicants ... $C$+$D$)So we get different f in the two cases or am I making a mistake somewhere?
4.4k
views
5 answers
2 votes
Gitika Babbar asked Jun 14, 2019
4,363 views
2.6k
views
2 answers
1 votes
Jason asked Mar 21, 2018
2,646 views
Should we use Don't care terms while calculating POS expression?
857
views
1 answers
0 votes
Tuhin Dutta asked Nov 7, 2017
857 views
Find least literal count of POS for the following k-map.X10101X01XX0X00XAns:Minterms= 2 quads + 2 pairs = 2*2 + 3*2 = 10 literalsOR,= 1 quad + 2 ... requirement?Since here minimum no.of literals are asked to find so is 2nd approach correct?