View Single Post
Old 02-08-2016, 10:11 PM   #116
HellRaZoR004
Senior Member
 
Join Date: May 2012
Location: Litchfield/Gilford
Posts: 828
Thanks: 233
Thanked 224 Times in 131 Posts
Default

Quote:
Originally Posted by HellRaZoR004 View Post
Yes, converting binary to decimal. This...

00101100 (0+0+32+0+8+4+0+0), corresponding to the location of each 1/0.
In the following order you count the decimal equivalent of a binary number.

[128 64 32 16 8 4 2 1], if there is a '1' present in the corresponding location that number is added. If a '0' is present in the corresponding location that number is not added.

Therefore [128 64 32 16 8 4 2 1] = [0+0+32+0+8+4+0+0] = [44]

Last edited by HellRaZoR004; 02-08-2016 at 10:12 PM. Reason: Clarification
HellRaZoR004 is offline   Reply With Quote