CON (Ternary Gate)

From TernaryWiki
Revision as of 13:16, 13 April 2025 by MrDyne (talk | contribs) (Created page with "<big><b>Consensus</b></big> thumb|Con Gate Symbol thumb|BCT Con Gate == Uses == CON gate is the ternary equivalent to the Binary AND. The Negated form NCON is a universal gate just like Binary NAND. Every other logic gate can be made with the correct pattern of NCON gates. == Truth Tables == === CON === <div class="tt"> <table class="tt"> <tr> <td class...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Consensus

File:CON GATE.png
Con Gate Symbol
File:BCT CON.png
BCT Con Gate

Uses

CON gate is the ternary equivalent to the Binary AND.

The Negated form NCON is a universal gate just like Binary NAND. Every other logic gate can be made with the correct pattern of NCON gates.

Truth Tables

CON

CON B
- 0 +
A - - 0 0
0 0 0 0
+ 0 0 +
CON
A B Y
- - -
- 0 0
- + 0
0 - 0
0 0 0
0 + 0
+ - 0
+ 0 0
+ + +

NCON

NCON B
- 0 +
A - + 0 0
0 0 0 0
+ 0 0 -
NCON
A B Y
- - +
- 0 0
- + 0
0 - 0
0 0 0
0 + 0
+ - 0
+ 0 0
+ + -