Question:

The logic function implemented by the circuit shown in the Figure below is (ground implies a logic '0')
logic function implemented

Show Hint

In circuits with gates, remember that XOR gates produce a '1' when the inputs differ and a '0' when the inputs are the same.
Updated On: May 5, 2025
  • \( F = \text{XOR}(P, Q) \)
  • \( F = \text{OR}(P, Q) \)
  • \( F = \text{XNOR}(P, Q) \)
  • \( F = \text{AND}(P, Q) \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

The circuit shown is an XOR gate implementation. An XOR gate outputs a logic '1' when exactly one of the inputs is '1', and '0' otherwise. The ground indicates a logic '0' level, which is characteristic of an XOR gate. Therefore, the correct answer is option (1).
Was this answer helpful?
0
0