UNPKG

cirsim

Version:

Cirsim Circuit Simulator

12 lines (10 loc) 417 B
<p>The output of an Inverter gate is <em>true</em> if the input is false and <em>false</em> if the input is true. The output is the <em>not</em> of the input.</p> <figure><img src="img/inverter.png" width="243" height="149" alt="AND Gate"></figure> <h3>Truth Table</h3> <table class="truth-table"> <tr><th>I</th><th>O</th></tr> <tr><td>0</td><td>1</td></tr> <tr><td>1</td><td>0</td></tr> </table>