1 / 6

XOR and XNOR Logic Gates

XOR and XNOR Logic Gates. Description . A. Logic Symbol . Y. XOR. B. Truth Table . Boolean Expression . XOR Function. Output Y is TRUE if input A OR input B are TRUE Exclusively, else it is FALSE. Equivalent Expression. Y =. Y =. Description . A.

sharis
Download Presentation

XOR and XNOR Logic Gates

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. XOR and XNOR Logic Gates

  2. Description  A Logic Symbol  Y XOR B Truth Table  Boolean Expression  XOR Function Output Y is TRUE if input A OR input B are TRUE Exclusively, else it is FALSE. Equivalent Expression Y = Y =

  3. Description  A Logic Symbol  Y XNOR B Truth Table  Boolean Expression  XNOR Function Output Y is FALSE if input A OR input B are TRUE Exclusively, else it is TRUE. Equivalent Expression Y = Y =

  4. Carry A B SUM 0 0 0 1 1 0 1 1 0 1 0 1 + + + + 1 0 1 0 Binary Half-Adder A SUM Single Bit Half-Adder CARRY B

  5. Carry A B SUM AND AND AND A SUM 0 0 Single Bit Half-Adder 0 1 OR NOT NOT B 1 0 1 1 Binary Half-Adder with AOI Logic CARRY A SUM B CARRY

  6. Carry X Y SUM A SUM 0 0 Single Bit Half-Adder 0 1 B 1 0 1 1 Binary Half-Adder with XOR Logic CARRY A SUM CARRY B

More Related