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
 
I used to be an HVAC technician. One time I had a service call in which there was no power to the thermostat. The thermostat did not have power because the fuse in the air handler was blown. The fuse in the air handler was blown because there was a low voltage short. The rubber coating on one of the thermostat wires was chewed off by a rodent. The exposed metal in the thermostat wire was touching the metal cabinet of the air handler. This was a low voltage short. This low voltage...
Hey guys. I have a question related to electricity and alternating current. Say an alien fictional society developed electricity, and settled on a standard like 73V AC current at 46 Hz. How would appliances be designed, and what impact would the lower frequency and voltage have on transformers, wiring, TVs, computers, LEDs, motors, and heating, assuming the laws of physics and technology are the same as on Earth?
Thread 'How Does Jaguar's 1980s V12 Dual Coil Ignition System Enhance Spark Strength?'
I have come across a dual coil ignition system as used by Jaguar on their V12 in the 1980's. It uses two ignition coils with their primary windings wired in parallel. The primary coil has its secondary winding wired to the distributor and then to the spark plugs as is standard practice. However, the auxiliary coil has it secondary winding output sealed off. The purpose of the system was to provide a stronger spark to the plugs, always a difficult task with the very short dwell time of a...
Back
Top