1 / 5

Converting binary to decimal decimal to binary

Converting binary to decimal decimal to binary. Binary to Decimal. 256 + 32 + 4 + 2 = 294. Decimal to Binary Repeated division.

devin-parks
Download Presentation

Converting binary to decimal decimal to binary

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Converting binary to decimaldecimal to binary

  2. Binary to Decimal 256 + 32 + 4 + 2 = 294

  3. 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.

  4. Decimal to Binary Subtract 294 294 – 256 = 38 38 – 32 = 6 6 – 4 = 2 2 – 2 = 0 100100110

  5. Cisco Binary Game • http://forums.cisco.com/CertCom/game/binary_game_page.htm

More Related