Full Adder (Logic): Difference between revisions
From TernaryWiki
Jump to navigationJump to search
Created page with "thumb|alt=Logic gate layout for a binary full adder.|Binary Full Adder thumb|alt=Logic gate layout for a ternary full adder.|Ternary Full Adder" |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[File: | An example where Binary and Ternary logic work the same is the Full (and Half) adder. The full adder layout is identical. The only difference is using each logic base's primary logic gates. | ||
[[File: | |||
* XOR = SUM | |||
* AND = CON | |||
* OR = ANY | |||
<div style="text-align: center;"> | |||
<div style="display: inline-block;">[[File:Full_Adder_Binary.png|frame|none|alt=Logic gate layout for a binary full adder.|Binary Full Adder]]</div> | |||
<div style="display: inline-block;">[[File:Full_Adder_Ternary.png|frame|none|alt=BCT logic gate layout for a ternary full adder.|Ternary Full Adder]]</div> | |||
</div> |