NOT (Binary Gate): Difference between revisions
From T729 Balanced Ternary Computer
Jump to navigationJump to search
(Created page with "== Truth Tables == <div class="tt"> <table class="tt"> <tr> <td class="tt_bb"><b>A</b></td> <td class="tt_bb"><b>B</b></td> </tr> <tr> <td>0</td> <td class="tt_bl">1</td> </tr> <tr> <td>1</td> <td class="tt_bl">0</td> </tr> </table> </div>") |
No edit summary |
||
Line 16: | Line 16: | ||
</table> | </table> | ||
</div> | </div> | ||
[[Category:Binary]] | |||
[[Category:Logic_Gates]] |
Latest revision as of 17:28, 26 June 2024
Truth Tables
A | B |
0 | 1 |
1 | 0 |