696 views

2 Answers

1 votes
1 votes

See if you have number -2 in sign magnitude representation that means you can represent it as 110 here first 1 at MSB is for negative sign if you see this number in unsigned representation then that number is +6.

0 votes
0 votes
if n=-2 then it representation is 1110

to convert to equivalent unsigned number just complement it and add 1

1110->0001->0001+1=0010(2)

Related questions

0 votes
0 votes
0 answers
1
0 votes
0 votes
1 answer
2
Wanted asked Jan 5, 2017
380 views
2 votes
2 votes
2 answers
4
sh!va asked Jul 9, 2016
835 views
The minimum number of radix-64 digits needed to represent an unsigned 64-bit binary number is (A) 10(B) 11(C) 12(D) None of these