Computer Science, asked by ar9542098, 9 months ago

binary addition is base on Chinese math?​

Answers

Answered by Anonymous
14

no it is not chinese maths

In mathematics and digital electronics, a binary number is a number expressed in the base-2 numeral system or binary numeral system, which uses only two symbols: typically "0" (zero) and "1" (one). The base-2 numeral system is a positional notation with a radix of 2. Each digit is referred to as a bit.

Answered by irfan1728
5

There are 3 basic rules for adding binary numbers:

0 + 0 = 0.

0 + 1 = 1.

1 + 1 = 10. If the sum of 2 bits is greater than 1, we need to shift a column on the left. In decimal system, 1 + 1 = 2. Binary notation of 2 is 10 (1 * 2^1 + 0 * 2^0). So we keep 0 in the 1's column and shift (carry over) 1 to the 2's column.

please mark as brainliest

Similar questions