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 $0, B$ $1, \mathrm{B}$ $1, B^{\prime}$ $0, B^{\prime}$ Digital Logic goclasses2024-dl-2-weekly-quiz goclasses digital-logic combinational-circuit adder two-marks + – GO Classes 787 views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
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}$ GO Classes answered May 27, 2022 GO Classes comment Share Follow See 1 comment 1 1 comment reply saheb sarkar1997 commented Sep 12, 2022 reply Follow flag CxnorD=(AB)’A’B +(AB)(A’B)’ =(A’+B’)A’B +(AB)(A+B’) =(A’B+AB) =B(A’+A) =B sir, I think the answer will be A 0 0 replyShare Please log in or register to add a comment.
0 0 votes Correct Answer is option D Prashant-G answered Aug 22, 2025 Prashant-G comment Share Follow 0 reply Please log in or register to add a comment.