Question:

What operation is performed by the given circuit?

Show Hint

Subtraction can be implemented using addition by converting the second operand into its Two’s Complement form (\(\bar{B} + 1\)).
Updated On: Feb 16, 2025
  • B to G Converter
  • Subtractor
  • Multiplier
  • None of the above
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Understanding the Circuit.
The given circuit consists of:
- A Full Adder (FA)
- An XOR gate that inverts \( y \) (i.e., \( y' = y \oplus 1 = \bar{y} \))
- A Carry-in value of 1
Binary Subtraction via Two’s Complement: \[ A - B = A + \bar{B} + 1 \] Here:
- \( x \) is directly passed to the FA.
- \( y \) is complemented via XOR with 1.
- Carry-in = 1.
This is the standard way to perform subtraction using addition, confirming that the circuit acts as a subtractor.
Was this answer helpful?
0
0

Questions Asked in GATE EC exam

View More Questions