edited by
787 views
3 3 votes

If $A$ and $B$ are the inputs to a half adder, a half subtractor. $X$ and $Y$ are the Sum and Difference and $\mathrm{C}$ is a Carry of a Half adder and $D$ is a borrow of a Half subtractor.
$X \oplus Y$ and $C \odot D$ respectively

  1. $0, B$
  2. $1, \mathrm{B}$
  3. $1, B^{\prime}$
  4. $0, B^{\prime}$

2 Answers

2 2 votes
for Half Adder $\Rightarrow$ Sum $X=A$ xor $B, \quad$ Carry $C=A B$
for half Subtractor $\Rightarrow$ Difference $Y=A$ xor $B$, Borrow $D=A ' B$
So, $(X$ xor $Y)=0$ and $(C$ xnor $D)=B^{\prime}$
Answer:
Position:
Show:

Related questions

2 2 votes
2 2 answers
641
641 views
GO Classes asked May 27, 2022
641 views
The $8$ to $3$ Encoder or Octal to Binary encoder consists of $8$ inputs : $O_{7}$ to $\mathrm{O}_{0}$ and $3$ outputs $: B_{2}, B_{1}$ and $\mathrm{B}_{0}$. Each input l...
2 2 votes
1 1 answer
426
426 views
GO Classes asked May 27, 2022
426 views
Sender and Receiver in a communication system exchange information using $4$-bit messages.Sender sends a message $m\left(m_{3} m_{2} m_{1} m_{0}\right)$ along with code w...
2 2 votes
1 1 answer
609
609 views
GO Classes asked May 27, 2022
609 views
A priority encoder is an encoder circuit that includes the priority function. The operation of the priority encoder is such that if two or more inputs are equal to $1$ at...
2 2 votes
3 3 answers
621
621 views
GO Classes asked May 27, 2022
621 views
A combinational logic circuit takes a $4$-bit unsigned binary integer number at its inputs labeled $\mathrm{D}_{3}, \mathrm{D}_{2}, \mathrm{D}_{1}$ and $\mathrm{D}_{0}$, ...