How Does Inverting Inputs Affect a 3-Input XOR Gate?

  • Thread starter Thread starter hime
  • Start date Start date
  • Tags Tags
    Input
Click For Summary
SUMMARY

The discussion centers on the behavior of a 3-input XOR gate when one or more inputs are inverted. The Boolean expression for the XOR operation is defined as w XOR x XOR y = z, which expands to w'x'y + w'xy' + w'xy + wx'y' + wx'y + wxy'. Inverting one input results in two combinations yielding an output of 0, while the rest yield 1, maintaining the XOR functionality. Inverting all three inputs does not yield an XOR output, contradicting initial assumptions about the gate's behavior.

PREREQUISITES
  • Understanding of Boolean algebra and expressions
  • Familiarity with XOR and XNOR gate functionalities
  • Knowledge of logic gate symbols and truth tables
  • Ability to manipulate Boolean expressions
NEXT STEPS
  • Study the properties of XOR and XNOR gates in digital logic design
  • Learn how to derive Boolean expressions from truth tables
  • Explore the implications of input inversion on multi-input logic gates
  • Investigate the design and applications of combinational logic circuits
USEFUL FOR

Electronics students, digital logic designers, and anyone interested in understanding the behavior of multi-input logic gates and their applications in circuit design.

hime
Messages
23
Reaction score
0

Homework Statement



An Xor gate has 3 inputs w x y and its output is z. If you invert one of the inputs, what will the output be? Show this in terms of a boolean expression and no matter which input you invert, the output will be the same.

What is this type of gate called?
Also, what happens if you invert all three inputs?

Homework Equations



w XOR x XOR y = z
w'x'y + w'xy' + w'xy + wx'y' + wx'y + wxy' = z => expanding xor using and or and not gates

The Attempt at a Solution



If you invert one of the inputs then still you will have 2 combinations of w,x,y for which z=0 and the rest of the input combinations =1. But I do not see how to find the new output function z when you invert one of the input and then find a special gate for that expression. Just out of guessing, I think the gate is XNOR because it is a special gate often used in boolean expressions. Also, if all the inputs are inverted then it would still be an xor right?
 
Physics news on Phys.org
hime said:
w'x'y + w'xy' + w'xy + wx'y' + wx'y + wxy' = z => expanding xor using and or and not gates
You sure about that? I thought it would be this:
w'x'y + w'xy' + wx'y' + wxy = z
for XOR.

hime said:
Also, if all the inputs are inverted then it would still be an xor right?
No, it wouldn't.
 
Last edited:

Similar threads

  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 3 ·
Replies
3
Views
28K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 15 ·
Replies
15
Views
9K
Replies
6
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
Replies
10
Views
2K
  • · Replies 6 ·
Replies
6
Views
18K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K