100 likes | 469 Views
Converting binary to decimal decimal to binary. Binary to Decimal. 256 + 32 + 4 + 2 = 294. Decimal to Binary Repeated division.
E N D
Binary to Decimal 256 + 32 + 4 + 2 = 294
Decimal to Binary Repeated division Dividing each number by "2" gives a result plus a remainder. The binary result is obtained by placing the remainders in order with the least significant bit (LSB) being at the top and the most significant bit (MSB) being at the bottom. 29410 equivalent of 1001001102 in binary, reading from right to left.
Decimal to Binary Subtract 294 294 – 256 = 38 38 – 32 = 6 6 – 4 = 2 2 – 2 = 0 100100110
Cisco Binary Game • http://forums.cisco.com/CertCom/game/binary_game_page.htm