Answer:
B. XOR
Explanation:
Logic gates are practical implementation of a digital circuit. There are three basic logic gates, namely; AND, OR and NOT gates. Every other gates are derived from them.
XOR, also called exclusive OR is derived from the OR gate. It gives a high output ( ON or '1') when the inputs are odd (that is, it gives one value or ON state when one of a two-input gate is ON or high). The output for an even 'zero' or 'one' input, is a zero or off or low state.
To represent XOR for two inputs: A⊕ B⇒Y(output).