retagged by
7,906 views
0 votes
0 votes

Design an arithmetic circuit with one selection variable S and two n-bit data inputs A and B. The circuit generates the following four arithmetic operations in conjunction with the input carry Cin. Draw the logic diagram for the first two stages.

S Cin = 0 Cin = 1
0 D= A+B (add) D= A+1 (increment)
1 D= A-1 (decrement) D= A+B′+1 (subtract)
retagged by

1 Answer

Related questions

1 votes
1 votes
1 answer
2
LavTheRawkstar asked Nov 3, 2016
4,444 views
Design a digital circuit that perform four logic operations of exclusive-OR, exclusive-NOR, NOR and NAND. Use two selection variables. Show logic diagram of one typical s...
–1 votes
–1 votes
0 answers
3
LavTheRawkstar asked Nov 4, 2016
514 views
How to Construct a diagram for a 4×4 omega switching network ??
0 votes
0 votes
0 answers
4
LavTheRawkstar asked Nov 4, 2016
367 views
What is the difference between Loosely Coupled microprocessor System and Tightly Coupled microprocessor system in simple words please tell and explain please??