XNOR Gate: The Combination of XOR and NOT Gates

  • Thread starter Thread starter eku_girl83
  • Start date Start date
  • Tags Tags
    Gate
AI Thread Summary
The XNOR gate is created by cascading an XOR gate's output into a NOT gate, resulting in an output equivalent to the XNOR function. The truth table for the XNOR gate is correctly identified as yielding a high output (1) when both inputs are the same (0,0 or 1,1) and low (0) when the inputs differ (0,1 or 1,0). There is some confusion about the terminology, with suggestions that it could be referred to as NXOR or an alternative representation. The discussion indicates a need for clarity on the logic design principles involved, particularly in relation to using inverters, ANDs, and ORs. The participant plans to continue asking questions as they progress through their logic design course.
eku_girl83
Messages
89
Reaction score
0
This question really doesn't make much sense to me.
We will be creating the XNOR gate by cascading the output of the XOR gate, into the input of a NOT gate. The output from the NOT gate would then be the same as that from an (fill in the blank) gate.
Does XNOR go in the blank? Or did I misunderstand the question?
 
Engineering news on Phys.org
What do the truth tables look like?
 
XNOR sounds right to me, the truth table should be

A B Y
0 0 1
0 1 0
1 0 0
1 1 1
 
Seems a little odd to me: maybe it's a NXOR or

<br /> \mbox{\Huge<br /> \[<br /> \overline {XOR} <br /> \]}<br />


Best
 
X (XOR) Y = X'Y+XY'

they prolly what you to replace the XOR with inverters, ANDs, ORs

I'm taking Logic design right now so i'll prolly be posting some more questions up here
 
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...
Back
Top