Tuesday 5 February 2013

An Easy Way for Decimal to Binary Conversion

An Easy Way for Decimal to Binary Conversion ( Base 10 to Base 2 )

  This consist of a Pdf File explaining too steps for converting decimal to binary or binary to decimal .
To check :
The best way to check your answer is to convert it back and make sure you get what you started with.
A few quick checks might also help you catch mistakes:
1. If the decimal number is even, the equivalent binary number should end in 0. If the decimal
number is odd, the binary number should end in 1.
2. If the binary number ends in 1, the equivalent decimal number should be odd. If the binary
number ends in 0, the decimal should be even.
3. If the decimal number is between 64 and 127, the equivalent binary number should contain 7
digits (ignoring any leading 0’s).
4. If the decimal number is between 128 and 255, the equivalent binary number should contain 8
digits (ignoring any leading 0’s).


Download Link: (Copy , Paste and Go)
http://www.mediafire.com/?lt6216ua87nerqd

0 comments:

Post a Comment