Half Adder (BCT): Difference between revisions

From TernaryWiki
Jump to navigationJump to search
Created page with "Ternary Half Adder in BCT. This adds two trits and returns a sum and carry. Half Adders are building blocks of Full Adders. A normal binary half adder uses an XOR and AND gate. Converted to ternary that would be a SUM and CON gate. Due to the similar design of the BCT SUM and BCT CON gate we can actually get..."
(No difference)

Revision as of 10:49, 29 July 2025

Ternary Half Adder in BCT. This adds two trits and returns a sum and carry. Half Adders are building blocks of Full Adders.

A normal binary half adder uses an XOR and AND gate. Converted to ternary that would be a SUM and CON gate. Due to the similar design of the BCT SUM and BCT CON gate we can actually get the CON results from a SUM with just a pair of Inverters.

BCT Half Adder