ANY (Ternary Gate): Difference between revisions
From T729 Balanced Ternary Computer
Jump to navigationJump to search
(→NANY) |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<big><b>Any</b></big> | <big><b>Any</b></big> | ||
[[File:ANY_GATE.png|thumb|Any Gate Symbol]] | |||
[[File:BCT_ANY.png|thumb|BCT Any Gate]] | |||
== Uses == | == Uses == | ||
Line 8: | Line 10: | ||
== Truth Tables == | == Truth Tables == | ||
=== ANY === | === ANY === | ||
<div class="tt"> | <div class="tt"> | ||
<table class="tt"> | <table class="tt"> | ||
Line 100: | Line 102: | ||
<hr /> | <hr /> | ||
=== | === NANY === | ||
<div class="tt"> | <div class="tt"> | ||
<table class="tt"> | <table class="tt"> | ||
<tr> | <tr> | ||
<td class="tt_br tt_bb" colspan="2" rowspan="2"> | <td class="tt_br tt_bb" colspan="2" rowspan="2">NANY</td> | ||
<td colspan="3" class="tce"><b>B</b></td> | <td colspan="3" class="tce"><b>B</b></td> | ||
</tr> | </tr> | ||
Line 135: | Line 137: | ||
<table class="tt"> | <table class="tt"> | ||
<tr> | <tr> | ||
<td colspan="3"> | <td colspan="3">NANY</td> | ||
</tr> | </tr> | ||
<tr> | <tr> |
Latest revision as of 19:01, 24 January 2025
Any


Uses
ANY gate is the ternary equivalent to the binary OR gate.
The negated form NANY is a universal gate just like binary NOR. Every other logic gate can be made with the correct partern of NANY gates.
Truth Tables
ANY
ANY | B | |||
- | 0 | + | ||
A | - | - | - | 0 |
0 | - | 0 | + | |
+ | 0 | + | + |
ANY | ||
A | B | Y |
- | - | - |
- | 0 | - |
- | + | 0 |
0 | - | - |
0 | 0 | 0 |
0 | + | + |
+ | - | 0 |
+ | 0 | + |
+ | + | + |
NANY
NANY | B | |||
- | 0 | + | ||
A | - | + | + | 0 |
0 | + | 0 | - | |
+ | 0 | - | - |
NANY | ||
A | B | Y |
- | - | + |
- | 0 | + |
- | + | 0 |
0 | - | + |
0 | 0 | 0 |
0 | + | - |
+ | - | 0 |
+ | 0 | - |
+ | + | - |