retagged by
415 views

2 Answers

1 votes
1 votes

The system s "1's comp+ 2's" comp is increment the value .

 

0 votes
0 votes

no....

if i/p is A then 1st stage ( 2's com( 1's compl ( A ) ) )

 

at 2nd stage o/p of 1st stage is i/p

( 2's com( 1's compl ( ( 2's com( 1's compl ( A ) ) )  ) ) ) ----> you can't get original no...

 

let take i/p = y ===> 1's complement(y) = X

2's complement (X) = 1's complement(X) +1 = y+1

therefore your System S giving output as increment by 1 the input

 

O/P of given circuit = i/p + 3

Related questions

1 votes
1 votes
2 answers
1
Rohan Mundhey asked Oct 11, 2016
1,046 views
$2’s$ complements representation of the following decimal number $-(105.75)_{10}$ is:$10010110.01$$10011110.01$$10001110.10$$11001011.10$
2 votes
2 votes
2 answers
2
0 votes
0 votes
0 answers
3
mehul vaidya asked Oct 14, 2018
226 views
01001101 A+11101001 B - 100110110 CBoth A and B are in 2's compliment formMy doubt is in C what sign bit is it 8th position(0) or 9th position (1)?
3 votes
3 votes
1 answer
4
Hira Thakur asked Aug 12, 2017
827 views
The Decimal equivalent of 2’s complement representation of 8 bit integer is most positive whenexcept _________(A) MSB are zeros(B) LSB are zeros(C) MSB are ones(D) LSB ...