in Digital Logic recategorized by
4,430 views
16 votes
16 votes

The output $F$ of the below multiplexer circuit can be represented by

  1. $AB+B\bar{C}+\bar{C}A+\bar{B}\bar{C}$
  2. $A\oplus B\oplus C$
  3. $A \oplus B$
  4. $\bar{A} \bar{B} C+ \bar{A} B \bar{C}+A \bar{B} \bar{C}$
in Digital Logic recategorized by
4.4k views

1 comment

An easy would be to convert the expression obtained to 0s and 1s. And then, you can notice the fact that there are all possible combinations of odd  $\#1$s in each of the terms. Thus it would be the XOR of the inputs.
3
3

3 Answers

21 votes
21 votes
Best answer
Answer is B)

$A'B'C+AB'C'+A'BC'+ABC$

$=(A+B')(A'+B)C+A'BC'+AB'C'$

$=$$A\oplus B\oplus C$
edited by

12 Comments

Hey, can you explain your answer, please? Shouldn't it be A'B'C + A'BC' + AB'C' + ABC?
0
0
yes, that is
0
0
yes, it's A⊕B⊕C,  ex-or is an odd function, it means number of boolean variables in un-prime form will be odd.
0
0
Can you explain what you mean by un-prime form here?
0
0
Thehobo03
A variable has two forms p(non-prime) p'(prime (or) complemented). in exor function there will always be odd number of non-prime variables in each minterm,
1
1
edited by

can you please explain how you got

=(A+B')(A'+B)C+A'BC'+AB'C'

by using

A'B'C+AB'C'+A'BC'+ABC

I am unable to understand this part can uh  please explain

@srestha

 

0
0
@srestha how to know if A is lsb or B is lsb for the select lines?
0
0
It is like that if not given than you have to take MSB RHS side i.e. B here and LSB LHS i.e. A.
0
0
yes, just general assumption
1
1

@air1ankit

it is simple

$A'B'C+ABC=\left ( A\odot B \right )C$

Now $\left ( A\odot B \right )=\left ( A '+B\right )\left ( A+B' \right )$

2
2
how have you assumed msb and lsb?
0
0

@Abhineet Singh If nothing mentioned then by default rightmost is LSB and leftmost is MSB.

0
0
5 votes
5 votes

Option B

Put c=1

1 comment

cool

thanks
0
0
1 vote
1 vote

(B)

You wont find any explanation like this

Answer:

Related questions