Posts

Showing posts with the label XOR Gate

LOGIC GATE | XOR GATE | BUCKET OF PROJECTS

Image
  XOR Gate XOR or Ex-OR gate is a special type of gate. It can be used in the half adder, full adder and subtractor. The exclusive-OR gate is abbreviated as EX-OR gate or sometime as X-OR gate. It has n input (n > = 2) and one output. tutorialspoint.com Logic diagram tutorialspoint.com Truth Table tutorialspoint.com XOR Gate IC As we seen above lets do in IC ( 7486 ) circuits-diy.com Red wire is the Vcc / Power / + wire Black wire is the GND / Ground / - wire Green wire is the Red LED power wire Yellow wire is the input wire Orange wire is the Output wire 1) When the  input  both are  0  output will 0 2) When the   inputs   are  0   and  1  output will   1 3) When the   inputs   are   1   and  0  output will  1 4) When the   input  both are  1  output will  0 Other Gates AND GATE OR GATE NOT GATE NAND GATE NOR GATE XNOR GATE