ANY (Ternary Gate): Difference between revisions
From T729 Balanced Ternary Computer
Jump to navigationJump to search
(→NANY) |
No edit summary |
||
Line 1: | Line 1: | ||
<big><b>Any</b></big> | <big><b>Any</b></big> | ||
== Uses == | |||
The negated form NANY is a universal gate just like NOR. Every other logic gate can be made with the correct partern of NANY gates. | |||
== Truth Tables == | == Truth Tables == |
Revision as of 08:43, 9 June 2024
Any
Uses
The negated form NANY is a universal gate just like 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 | + | + |
A | B | Y |
- | - | - |
- | 0 | - |
- | + | 0 |
0 | - | - |
0 | 0 | 0 |
0 | + | + |
+ | - | 0 |
+ | 0 | + |
+ | + | + |
NANY
ANY | B | |||
- | 0 | + | ||
A | - | + | + | 0 |
0 | + | 0 | - | |
+ | 0 | - | - |
A | B | Y |
- | - | + |
- | 0 | + |
- | + | 0 |
0 | - | + |
0 | 0 | 0 |
0 | + | - |
+ | - | 0 |
+ | 0 | - |
+ | + | - |