recategorized by
3,961 views

2 Answers

Best answer
8 votes
8 votes

Answer : A

Lets consider 1st Mux

select line is given as Z

if we consider Z(Select Line) as 1 then input line is going to be selected as 1 a/c to given Mux diagram which is y'

if we consider Z(Select Line) as 0 then input line is going to be selected as 0 a/c to given Mux diagram which is x

Let say output of 1st Mux is A = y'z + xz'

Now Lets consider 2nd Mux

if we consider Y(Select Line) as 1 then input line is going to be selected as 1 a/c to given Mux diagram which is x

if we consider Y(Select Line) as 0 then input line is going to be selected as 0 a/c to given Mux diagram which is y'z + xz'

xy + y'(xz'+y'z)

xy + xy'z' + y'z

y'z + x( y+ z')

xy + xz' + y'z

selected by
1 votes
1 votes

output of mux 1=(XZ'+Y'Z)

OUT PUT OH MUX 2=

(XZ'+Y'Z)Y'+XY

=XZ'Y'+Y'Z+XY

==X(Z'Y'+Y)+Y'Z

==X(Y+Z')+Y'Z

==XY+XZ'+Y'Z(OPTION A)¯¯

Answer:

Related questions

2 votes
2 votes
3 answers
3
go_editor asked Jul 8, 2016
1,426 views
In which file the compiler manage various objects, which are used in windows programming?Control FileBinary FileText FileObj File
4 votes
4 votes
3 answers
4
go_editor asked Jul 8, 2016
4,239 views
$G_1$ and $G_2$ are two graphs as shown:Both $G_1$ and $G_2$ are planar graphsBoth $G_1$ and $G_2$ are not planar graphs$G_1$ is planar and $G_2$ is not planar$G_1$ is no...