Number Systems-Binary Numbers
Number Systems-Binary Numbers
4.The sum is
the decimal
equivalent of
the binary
number. Assign a weight of 2^0 to
the right-most digit and
increase the exponent by
1 for each digit to the left.
Step 2
Step 1
4.The sum is the decimal
equivalent of the binary
number.
Start from the
right-most digit of
the binary number.
.
to get the decimal left
equivalent.
Step 3 Step 4
Example 1 Example 2 Example 3 The process can be
applied to binary
numbers of any length,
making it a fundamental
=8 + 0 + 2 + 1 = 16 + 8 + 0 +2 +1 = 0 + 64 + 0 + 16 + 0 +4 concept in
+2 understanding digital
=11 = 27 systems, computer
= 86 programming, and data
representation.
Decimal To Binary
13 = 1 1 0 1
For Octal (Base 8 ): Number of digits depends on how many times you have to divide
the number by 8 to get zero
555/8 = 69 rem 3
69/8 = 8 rem 5
8/8 = 1 rem 0
1/8 = 0 rem 1
For Decima ( Base 10 ): The digits required are the same as the digits of that number
Thank You For
Watching