Search the web
Sign In
New User? Sign Up
aplus · A list to discuss computer Hardware troubleshooting. In particular those for those seeking or holding an "A+" certification.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
how to convert 8-bit binary #'s into decimal ???   Message List  
Reply | Forward Message #258 of 270 |
Re: [aplus] how to convert 8-bit binary #'s into decimal ???

Do you need help knowing how to do it? The important thing to remember is that
each place of the binary number gets multiplied by a power of two. So say you
have a 6-digit number: 110101 You have six places. Start at the right and
work to your left.

Place 1: Multiply times 1 (2^0)
Place 2: Multiply times 2 (2^1)
Place 3: Multiply times 4 (2^2)
Place 4: Multiply times 8 (2^3)
Place 5: Multiply times 16 (2^4)
Place 6: Multiply times 32 (2^5)

Then add everything together. I get 53.

If anyone sees anything that I stated incorrectly, please correct me. I'm often
not great at explaining things like this in an email. If you are working with
hexadecimal, the concept is the same, except that you are using powers of 16.
16^0=1, 16^1=16, 16^2=256, etc.

Merry





----- Original Message -----
From: Arthur Rosene
To: aplus@egroups.com
Sent: Saturday, April 22, 2000 10:42 AM
Subject: [aplus] how to convert 8-bit binary #'s into decimal ???


how to convert 8-bit binary #'s into decimal ???

how important is this on the test ?




[Non-text portions of this message have been removed]



eGroups Sponsor




[Non-text portions of this message have been removed]





Thu Nov 16, 2000 11:06 pm

kingaa@...
Send Email Send Email

Forward
Message #258 of 270 |
Expand Messages Author Sort by Date

how to convert 8-bit binary #'s into decimal ??? how important is this on the test ? [Non-text portions of this message have been removed]...
Arthur Rosene
arosene@...
Send Email
Nov 14, 2000
9:45 pm

Not too important.They are more concerned with binary to hex and back. ... From: "Arthur Rosene" <arosene@...> To: <aplus@egroups.com> Sent:...
enzo
enzo@...
Send Email
Nov 14, 2000
11:40 pm

Do you need help knowing how to do it? The important thing to remember is that each place of the binary number gets multiplied by a power of two. So say you...
Merry
kingaa@...
Send Email
Nov 16, 2000
11:13 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help