
output 0 uses OR logic via input 1 and input 2 output 1 uses AND logic via input 2 and input 3 output 2 uses XOR logic via input 4 and input 5 output 3 uses NAND logic via input 5 and input 6
Start the simulation and press the on and off switches to play around with the logics.
None
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | input a | output OR | |
| 1 | input b | output AND | |
| 2 | input c | output XOR | |
| 3 | input d | output NAND | |
| 4 | input e | ||
| 5 | input f | ||
| 6 | input g | ||
| 7 | input h |