retagged by
294 views

1 Answer

0 votes
0 votes
we can easily identified that each box is a full subtractor.

where Y is difference bit and Z is Borrow bit.

if A,B,C is a Inputs to Full-Subtractor, and we are doing A-B

Difference = A ⊕  B ⊕ C

Borrow = A' . B + A' .C + BC

But we have to identify is it doing P-Q or Q-P ?

By seeing Z = R . Q +  P'. R + P' . Q =  P'. R + P' . Q + R . Q ===> we can say it is P - Q

Option B is right

Related questions

0 votes
0 votes
0 answers
1
deba1014 asked 5 days ago
50 views
What is the maximum n-bit number in base x ,when represented in decimal(10)?
0 votes
0 votes
2 answers
3
rajveer43 asked Jan 12
198 views
The number of full and half-adders required to add $32$-bit numbers is______________________
0 votes
0 votes
0 answers
4
Redcom1988 asked Dec 23, 2023
193 views
Design a counter according to the state diagram above using only NAND gates and JK Flip-flops (if needed) complete with state tables