Say I had a 6 digit hexadecimal signed in two’s complement. What would be its range?
-(16 ^ 5) < x < (16 ^ 5)
Correct?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This sounds like homework. If so, please tag your question as such.
One way to think about this:
Think hard about the answer to the last question.
For example, the smallest signed 32-bit int is -2147483648. The largest signed 32-bit int is 2147483647.