| Logical Operator | AND Operator |
| OR Operator | NOT Operator |
| XOR Operator | Logic Gates |
| AND Gate | OR Gate |
| An operator that returns true if both operands are true. | An operator that operates on logical values, such as true and false. |
| An operator that returns the opposite of a logical value. | An operator that returns true if at least one operand is true. |
| Basic components of digital circuits that perform logical operations | An operator that returns true if exactly one operand is true. |
| Logic gate that outputs true when at least one of its inputs is true | Logic gate that outputs true only when all of its inputs are true |
| NOT Gate | NAND Gate |
| NOR Gate | XOR Gate |
| XNOR Gate | Half Adder |
| Full Adder |
| Logic gate that outputs true unless all of its inputs are true | Logic gate that inverts the input signal |
| Logic gate that outputs true when the number of true inputs is odd | Logic gate that outputs true only when all of its inputs are false |
| Circuit that adds two binary digits and outputs the sum and carry | Logic gate that outputs true when the number of true inputs is even |
| Circuit that adds three binary digits and outputs the sum and carry |