What is the biggest binary number you can write with n bits
Answers
Answered by
6
The number 2,147,483,647 (or hexadecimal 7FFF,FFFF16) is the maximum positive value for a 32-bit signed binary integer in computing
Answered by
6
Answer:
Sometimes you hear a group of four bits called a nibble. The largest number you can represent with 8 bits is 11111111, or 255 in decimal notation. Since 00000000 is the smallest, you can represent 256 things with a byte.
Step-by-step explanation:
Similar questions