Overview
The NOR Gate is a Digital Gate that outputs a Redstone Signal of 0 if at least one of its input pins receives a Redstone signal greater than 0. Otherwise, it outputs 15. The NOR Gate is a fundamental logic gate in digital circuits, widely used for decision-making processes.
Boolean Logic Table
The NOR Gate operates according to the following Boolean logic table:
Input A | Input B | Output |
---|---|---|
0 | 0 | 1 |
1 | 0 | 0 |
0 | 1 | 0 |
1 | 1 | 0 |
Configuration
Pin Marks A denote the inputs of the gate. They can be configured to face any direction on right-click.