AND Gate

Category: OE Logic > Gates
Description: Returns true if both inputs are true.
Input types:
- boolean
Output types:
- boolean
Simulation:
| Input 1 | Input 2 | Output |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |

Category: OE Logic > Gates
Description: Returns true if both inputs are true.
Input types:
- boolean
Output types:
- boolean
Simulation:
| Input 1 | Input 2 | Output |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |