| Gate Type | Symbol | Function | Truth Table |
|---|---|---|---|
| AND | ⊙ | Y = A·B | A B | Y 0 0 | 0 0 1 | 0 1 0 | 0 1 1 | 1 |
| OR | ⊕ | Y = A+B | A B | Y 0 0 | 0 0 1 | 1 1 0 | 1 1 1 | 1 |
| Inverter (NOT) | ¬ | Y = A̅ | A | Y 0 | 1 1 | 0 |
Note: Inverter outputs the complement of input.
您可以尝试使用以下方式获得更精确的搜索结果: