Home > Back-end >  Every 2 into one and ten, it is what mean?
Every 2 into one and ten, it is what mean?

Time:10-13

In binary, meet two into one, if the bits are 1, into one, what about ten o or 1, the second is how to, what circumstances on the two into one,


Questions have to order, hope the great god solve, for example, and the decimal system, thank you!!!!!!

CodePudding user response:

Decimal is we humans use mathematics, is easy to understand.

Binary, such as 01
Bits is 1, 2 + 1 bits is the
This time will carry, high + 1, and clear standard of 0
The result is 10

CodePudding user response:

Binary: 2 ^ 3 + 2 ^ 2 ^ 2 + 1 + 1;
Binary, decimal: 101=1 * 2 * 2 ^ ^ 2 + 0 1 + 1 * 1=5;
You analogy decimal, it is easy to understand;

CodePudding user response:




reference 1st floor stherix response:
decimal is we humans use mathematics, is easy to understand.

Binary, such as 01
Bits is 1, 2 + 1 bits is the
This time will carry, high + 1, and clear standard of 0
The result is 10
, such as a binary number 11 bits plus 1, the ten every second, what, did not number one hundred, what is the result like this?

CodePudding user response:




reference wind disorderly roar reply: 3/f
Quote: refer to 1st floor stherix response:

Decimal is we humans use mathematics, is easy to understand.

Binary, such as 01
Bits is 1, 2 + 1 bits is the
This time will carry, high + 1, and clear standard of 0
The result is 10
, such as a binary number 11 bits plus 1, the ten every second, what, did not number one hundred, what is the result like this?

I guess, "guess", three into binary decimal number should be 100, and since binary that it is the second digit is not call ten, I have not learned, also see bosses how to explain it,

CodePudding user response:

Did not number + 1 99 one hundred and you also know bits carry 10 will carry
Why binary 11 + 1=100 you can't understand
The above is not some people say that the binary to decimal conversion?
11=1 + 1 * 2 * 2 ^ 0 ^ 1=3 * 2 ^ 0=100=1 * 2 ^ 2 11 (3) + 1 (1)=100 (4)
Don't have the things on your computer?

CodePudding user response:

Mathematical basis is a bit bad
No digital illustration is 0, then carry into 1
11 + 1=100
100 + 1=101
101 + 1=110
reference wind disorderly roar reply: 3/f
Quote: refer to 1st floor stherix response:

Decimal is we humans use mathematics, is easy to understand.

Binary, such as 01
Bits is 1, 2 + 1 bits is the
This time will carry, high + 1, and clear standard of 0
The result is 10
, such as a binary number 11 bits plus 1, the ten every second, what, did not number one hundred, what is the result like this?

CodePudding user response:

With short division, in addition to the quotient is 0, each will be remainder in addition to a number, write the number of the bottom to the left, to push
  • Related