Question 1 Report

The logic gate in the figure above is
This question tests the ability to identify standard logic gate symbols used in digital electronics.
The figure shows a gate with two inputs and one output. The body of the gate has a curved shape on the input side (similar to an OR gate), a pointed output side, and a second curved line set back from the input curve. This additional curved line at the input is the distinguishing feature of the XOR (Exclusive OR) gate.
The XOR gate produces a HIGH output (1) only when its two inputs are different. When both inputs are the same (both 0 or both 1), the output is LOW (0). Its truth table is:
| Input A | Input B | Output |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 0 |
The key distinctions from the other options:
When distinguishing XOR from OR in diagrams, always look for the double curved line on the input side. That extra curve is the hallmark of the Exclusive OR family of gates.
Everything you need to excel in your exams