in Digital Logic edited by
2,006 views
2 votes
2 votes

Simplified expression/s for following Boolean function

$F(A,B,C,D)=\Sigma(0,1,2,3,6,12,13,14,15)$ is/are

  1. $A’B’+AB+A’C’D’$
  2. $A’B’+AB+A’CD’$
  3. $A’B’+AB+BC’D’$
  4. $A’B’+AB+BCD’$

Choose the correct answer from the options given below:

  1. $(i)$ only
  2. $(ii)$ only
  3. $(i)$ and $(ii)$ only
  4. $(ii)$ and $(iv)$ only

 

in Digital Logic edited by
2.0k views

4 Answers

3 votes
3 votes

 

 

hence option D is correct ans

2 votes
2 votes

Correct Answer : D

  C'D' C'D CD CD'
A'B' 1 1 1 1
A'B       1
AB 1 1 1 1
AB'        

Equivalent Expressions :

1) A'B' + AB + A'CD'

2) A'B' + AB + BCD'

Both b and d are equivalent. Hence Ans is Option D)

 

 

1 vote
1 vote

The given boolean function can be solved using 4 variable k-map.

In above k-map minterm $(m_0,m_1,m_2,m_3)$ & $(m_{12},m_{13},m_{14},m_{15})$ are essential but for minterm $m_6$ we have $2$ choices; $(m_2,m_6)$ or $(m_{14},m_6)$

So expression are:

  1. $A’B’+AB+BCD’$
  2. $A’B’+AB+A’CD’$

So option $(D)$ is correct.

0 votes
0 votes

 

 

ANS : D 

F(A,B,C,D)=Σ(0,1,2,3,6,12,13,14,15)F(A,B,C,D)=Σ(0,1,2,3,6,12,13,14,15) 

EQUIVALENT EXPRESSION : 

A'B' + AB + A'CD'  AND 

 A'B' + AB + BCD' HENCE OPTION B AND D ARE CORRECT 

by
Answer:

Related questions