Question

Complete the following table: Signed two’s complement binary integers (where m=# of bits) Using m bits...

  1. Complete the following table:

Signed two’s complement binary integers (where m=# of bits)

Using m bits

Minimum Value that can be represented expressed in base 2

Minimum Value that can be represented expressed in base 10

Maximum Value that can be represented expressed in base 2

Maximum Value that can be represented expressed in base 10

7

12

15

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Please check out the solution of the given problem... for any doubt, please let me know...

Thank you

The range formula for 2's complement is [ -2n-1 to +2n-1 -1 ] where n is the number of bits..

FOR 7 BIT:

The range of integers in 2's complement form in 7 bits is [ -27-1 to +27-1 - 1 ]

so minimum number can be represented is ( - 26 )10 => (-64)10 or (1111111)2

maximum number can be represented is ( + 26 - 1)10 => (+63 )10 or (0111111)2

FOR 12 BIT:

The range of integers in 2's complement form in 12 bits is [ -212-1 to +212-1 - 1 ]

so minimum number can be represented is ( - 211 )10 => ( - 2048 )10 or (111111111111)2

maximum number can be represented is ( + 211 - 1)10 => (+2047 )10 or (011111111111)2

FOR 15 BIT:

The rnge of integers in 2's complement form in 15 bits is [ -215-1 to +215-1 - 1 ]

so minimum number can be represented is ( - 214 )10 => ( - 16384)10 or (111111111111111)2

maximum number can be represented is ( + 214 - 1)10 => (+16383 )10 or (011111111111111)2

so the table will be...

Bits Minimum Value that can be represented expressed in base 2 Minimum Value that can be represented expressed in base 10 Maximum Value that can be represented expressed in base 2 Maximum Value that can be represented expressed in base 10
    7    (1111111)2     (-64)10      (0111111)2     (+63 )10
   12 (111111111111)2      ( - 2048 )10 (011111111111)2 (+2047 )10
   15 (111111111111111)2      ( - 16384)10 (011111111111111)2 (+16383 )10
Add a comment
Know the answer?
Add Answer to:
Complete the following table: Signed two’s complement binary integers (where m=# of bits) Using m bits...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT