Team:Technion/Project/YES gates

From 2012.igem.org

(Difference between revisions)
Line 2: Line 2:
__TOC__
__TOC__
==What's a YES gate?==
==What's a YES gate?==
-
 
+
A yes gate is the simplest molecular logic gate. The truth table for a YES gate is:
 +
<table border="1">
 +
<tr>
 +
<th>Input</th>
 +
<th>Output</th>
 +
</tr>
 +
<tr>
 +
<td>1</td>
 +
<td>1</td>
 +
</tr>
 +
<tr>
 +
<td>0</td>
 +
<td>0</td>
 +
</tr>
 +
</table>
==YES gate #1==
==YES gate #1==

Revision as of 12:15, 23 September 2012



Contents

What's a YES gate?

A yes gate is the simplest molecular logic gate. The truth table for a YES gate is:

Input Output
1 1
0 0

YES gate #1

YES gate #2

YES gate #3