312 views
0 votes
0 votes

Actually I don't know how to find MUX equation. please provide answer with explanation. 

1 Answer

0 votes
0 votes

I am assuming f(A,B,C) and S0=B S1=A since it is not mentioned in the figure

now For A anb B Truth table 

                                  

S0=B S1=A Select input line
0 0 Select Io=C
0 1 Select I1=C
1 0 Select I2=C'
1 1 Select I3=C

f(A,B,C)= A'B'C+AB'C+A'BC'+ABC

Write the final answer in order as mentioned in the function.here f(A,B,C)

 

Related questions

0 votes
0 votes
1 answer
1
0 votes
0 votes
1 answer
2
Anirudh Kaushal asked Apr 4, 2022
272 views
#include<stdio.h int main() { char num = '\011'; printf("%d",num); return 0; }
0 votes
0 votes
0 answers
3
`JEET asked Nov 28, 2018
970 views
#include<stdio.h int main() { char huge *near *far *ptr1; char near *far *huge *ptr2; char far *huge *near *ptr3; printf("%d, %d, %d\n", sizeof( ptr1), sizeof(ptr2), size...
0 votes
0 votes
0 answers
4