edited by
496 views
0 votes
0 votes

Consider the following tables:

Exclusive OR:

x y f = xy' + x'y
0 0 0
0 1 1
1 0 1
1 1 0

When x is constant 0, describe the relationship of the y input and the f output by using a Boolean equation: f = _________

When x is constant 1, describe the relationship of the y input and the f output by using a Boolean equation: f = _________

Exclusive NOR:

x y f = (xy' + x'y)'
0 0 1
0 1 0
1 0 0
1 1 1

When f is 1 (high), describe the relationship between x and y using a Boolen equation: y = ______

edited by

1 Answer

Best answer
0 votes
0 votes
Exclusive OR:

When x is constant 0,  the relationship of the y input and the f output by using a Boolean equation: f = y

When x is constant 1,   the relationship of the y input and the f output by using a Boolean equation: f =  ${y}'$

Exclusive NOR:

When f is 1 (high),   the relationship between x and y using   Boolean equation: y = x
selected by

Related questions

0 votes
0 votes
0 answers
1
Parshu gate asked Dec 6, 2017
615 views
4 votes
4 votes
1 answer
3
AniMan_7 asked Jun 29, 2023
1,171 views
Does EX-NOR Gate follow Associativity ?How 3 input EX-NOR function is equal to 3 input EX-OR function ?
3 votes
3 votes
1 answer
4