Current location - Training Enrollment Network - Mathematics courses - 10 is a binary number?
10 is a binary number?
10 is binary 10 10.

Divide by two to get the remainder is as follows: 10/2 = 5 remainder 0 5/2 = 2 remainder 1 2/2= 1 remainder 0 1 2 = 0 remainder1the reciprocal of the remainder is/kloc-0. Integer decimal integer divided by 2, the remainder is converted into binary integer, and the reverse order arrangement method is adopted.

Binary information:

In mathematics and digital circuits, binary refers to a numeration system based on 2, which means that this system is binary. This system is usually represented by two different symbols 0 and 1. In digital electronic circuits, binary is directly applied to the realization of logic gates, so binary is used in modern computers and computer-dependent devices.

The specific method is: divide the decimal integer by 2 to get a quotient and remainder; Divide the quotient by 2 and you will get a quotient and a remainder, and so on until the quotient is 0. Then, the remainder obtained first is used as the low-order significant bit of the binary number, and the remainder obtained later is used as the high-order significant bit of the binary number, which is arranged in turn, so that the decimal number can be converted into the binary number.

The digital device is simple and reliable, and few components are used; There are only two numbers, 0 and 1, so each number can be represented by any element in two different stable states. The basic operating rules are simple and easy to operate.