Bit:Binary digit(二进制数)位的缩写
Q:Suppose i want to build a new computer and i want to represent any number from 0 to 2 to the i plus minus 1 in my word length (字长) of my computer, and i want to represent any number from 0 to 2 to the i plus minus 1 in my word length of my computer. How many bits do i need to represent the number as big as two to the i plus one.
A:
1. What happens when you add one bit, what's the biggest number in binary you can represent in two bits. IT'S THREE. What is the biggest number i can represent when i add one more bit that goes from three to seven.
2.There are a total of four numbers i can represent with two bits. When i add another bit i double the number of numbers i can represent. If i want to represent two to the n ,how many bits do i need. One bit gave me two numbers.[ ]