which is the biggest integer represented on the above number
Answers
Answered by
2
Step-by-step explanation:
The number 2,147,483,647 (or hexadecimal 7FFFFFFF16) is the maximum positive value for a 32-bit signed binary integer in computing. It is therefore the maximum value for variables declared as integers (e.g., as int ) in many programming languages, and the maximum possible score, money, etc. for many video games.
Binary: 11111111111111111111111111111112
Hexadecimal: 7FFFFFFF16
Factorization: 2147483647
Similar questions