ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

XOR Gate with Truth Table in Proteus ISIS

2021-07-11 20:04:57  阅读:796  来源: 互联网

标签:Gates XOR Proteus Gate Circuit ISIS Table


XOR Gate with Truth Table in Proteus ISIS

来源 https://www.theengineeringprojects.com/2021/01/xor-gate-with-truth-table-in-proteus-isis.html

 

Hey pals, we hope you are doing good. Welcome to another experiment in the Proteus. Prior to this, we learnt about the different Logic Gates and there proofs in Proteus ISIS. Today, we are going to get knowledge about Exclusive OR Gate. Let's see what will we learn today.

  1. What are Exclusive OR Gates
  2. Experimental Proof in Proteus ISIS.
  3. How Truth Table of Exclusive OR Gate is designed.
  4. How is its Timing Diagram.
  5. Circuit of Exclusive OR Gate in Proteus Simulation
  6. Applications of Exclusive OR Gates

Exclusive OR Gate

The exclusive OR Gate are also called EOR or EXOR Gate. Recall that the OR Gate gives the output zero only, when both of its inputs are zero. But, when we talk about the XOR Gate we define it as:

"XOR Gate is the two input Gate that's one of the exclusive gate that Give the output HIGH only when the Only one input is HIGH and the Other Input is LOW."

Hence, XOR Gate Performs the inequality function in the Logic Gates. That implies when the Inputs are unequal, we get the Output HIGH otherwise LOW.The XOR Gate has minimum two inputs where the output is always one. The XOR Gate is denoted by a plus sign with a circle around it between the inputs. Thus, if A and B are two inputs of XOR ate Gate then we denote the XOR Gate as:

xor gate, exclusive or gate, exclusive gates in proteus, proteus implementation of xor gate

Output of XOR

We can also Get a clear Concept about the XOR Gate have the Output with like the addition of bits of input. Yet, the carry is ignored.Mathematically,

 0+0=0

0+1=1

1+0=1

1+1=0 (Carry)

The above discussion can also be explained when the statement is justified when we turn this discussion in the form of mathematical expression:

xor gate, exclusive or gate, exclusive gates in proteus, proteus implementation of xor gate

Consider the above statement as statement 1.We'll put the values one after the other in this expression to check whether our discussion works or not.Hence by putting Condition in Statement 1 when input A and B , both are False we get:

=0.(0)'+(0)'.0

=0.1+1.0

=0+0

=0

 Now, A=0,B=1

=0.(1)'+(0)'.1

=0.0+1.1

=0+1

=1

Consider A=1,B=0 in Statement 1:

=1.(0)'+(1)'.0

=0.1+0.0

=1+0

=1

At last, check the expression when A=1,B=1

=1.(1)'+(1)'.1

=1.0+0.1

=0+0

=0

Hence in accordance with the above discussion, we Design the circuit of the XOR Gate is design in the Proteus ISIS. Lets start the simulation.

Proteus ISIS Simulation

Material Required:

  1. AND Gate
  2. OR Gate
  3. NOT Gate
  4. Logic Toggle
  5. Connecting Wire

Procedure:

  • Take the Material from Pick Library.
  • Set two AND Gates at the working area.
  • Connect one NOT Gate with the inputs of each AND Gate.
  • Join output of both AND Gates with the input of OR Gates.
  • Join the LED with the output of OR Gate.
  • Ground the Circuit through the Ground Terminal found on "Terminal Mode".

xor gate, exclusive or gate, exclusive

  • Change the inputs one after the other and you will Get your output given next in its Truth Table.

Truth Table

In digital Logic Circuits, a Truth Table is the Particular Combination of inputs and Outputs of a Circuit.The Truth Table of XOR Gate is given next:

A B xor gate, exclusive or gate, exclusive gates in proteus, proteus implementation of xor gate
0 0 0
0 1 1
1 0 1
1 1 0

Timing Diagram

If we look at the Example in which when we use the XOR Gate we found the following diagram:

xor gate, exclusive or gate, exclusive gates in proteus, proteus implementation of xor gate

Graphical Representation

Instead of using many Gates in the circuit, the designers designed a single Circuit using Logic of the Gate discussed before. Graphically, the XOR Gate is then represented by an additional curve in the input of the OR Gate as:

xor gate, exclusive or gate, exclusive gates in proteus, proteus implementation of xor gate

At the instance, we are going to start the simulation in Proteus ISIS to see how can we use this Circuit and how our truth table is proved.

Simulation in Proteus ISIS

  • Fire up your Proteus software.
  • Get the following material from the Pick Library through "P" button.

Material Required:

  1. XOR Gate
  2. Logic Toggle
  3. LED
  4. Ground terminal
  5. Connecting wires

Procedure:

  • Fix the XOR Gate at the Working Area.
  • Connect Logic Toggles at its both Inputs.
  • Fix the LED at the out[put Terminal.
  • Get a Ground Terminal from "Terminal mode" presented on the Left most tab of Proteus.
  • Join all the Components.
  • Change the Values of Logic Toggles according to the inputs of Truth Table.

xor gate, exclusive or gate, exclusive gates in proteus, proteus implementation of xor gate

Notice that the Output is the same as we were expecting.

XOR Gate IC:

Recall the definition of IC:"An Integrated Circuit is a flat chip made by a semi-conductor usually silicon that contains a whole circuitry of a Particular Gate or Circuit."Thus instead of the whole arrangement, we can simple use an IC that has same efficiency but provides the ease to use.The IC of the XOR Gate is 7486. Instead of the XOR Gate we can use this. the input power is given to the 5th pin of the IC.

Applications of XOR Gate

XOR Gate is used in many circuits as:

  1. We use XOR Gate in Half Adder.
  2. It is used in the circuit of Controlled inverters.
  3. XOR is also used in comparators.
  4. Subtractor is the application of XOR Gate.
  5. Parity checker is made through XOR Gate.
  6. XOR is used in the Arithmetic Logic Circuits.
  7. Circuit of Binary to Grey and vise versa.

Consequently, Today we saw important information about the Exclusive OR Gate. We took in about the Basic Definition, we observed the journey of the whole Circuit of exclusive OR Gate from a circuit with all basic Gates to a single gate and then single Gate to the tiny Integrated Circuit. The Best thing about our learning was, we did it with a Practical implementation in the Proteus ISIS.

 

============ End

 

标签:Gates,XOR,Proteus,Gate,Circuit,ISIS,Table
来源: https://www.cnblogs.com/lsgxeva/p/14999408.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有