Unit - I (Part A)
Unit - I (Part A)
• Binary-to-Decimal
Conversion: Add the
weights of all 1's in a binary
number to get the decimal
value.
• Example 2: Convert the
binary whole number
1101101 to decimal.
Additional Problems:
1. What is the largest decimal number that can be represented in binary with eight bits?
2. Determine the weight of the 1 in the binary number 10000.
3. Convert the binary number 10111101.011 to decimal.
Sum of weight method: To get the binary number for a given decimal number, find
the binary weights that add up to the decimal number.
Example 3:
Reference Examples:
• Binary division:
i.e. 1 + 1 = 0 (Addition
without carry).
1 1 1 0 1 1 0