Saved Bookmarks
| 1. |
Solve : Binary and Hexidecimal? |
|
Answer» Hi, This is very simple. Hope that helps.A little bit can you help me with one more? Convert 1971 into binary and hexidecimalQuote from: tangerine588 on December 18, 2009, 04:05:35 PM A little bit can you help me with one more? Convert 1971 into binary and hexidecimal Try it yourself and see if you can do it. After all, you'll need to understand how it works for your class. Here's a website that has a decimal to binary and hexadecimal converter that will give you the final answers so that you may check your work. Just try with the method I've already given, if still having difficulty getting right answer after attempting, then we'll go from there. It's EXTREMELY important that you understand how to do something LIKE this by hand. Once you have the understanding of how it's done by hand, the calculator in Windows can also do it for you. Start > accessories > calculator > view > scientific. Then it's REAL easy to do conversions.thanks i got 111011011 for the binary and 7B3 for the hexidecimal....Quote from: tangerine588 on December 18, 2009, 04:55:14 PM thanks i got 111011011 for the binary and 7B3 for the hexidecimal.... great. I'm betting your teacher may ask you to do some by hand on a test or something Quote ... extremely important that you understandExactly! Thanks to 2x3i5x for his explanation of how to convert digital to binary. I went through that process years and years ago but after years of using calculators all the time you tend to forget that basic process. It's something you need to force your self to do every now and then.A lot of things you just TAKE for granted I guess. Just like using a calculator to do some of the conversions or math. The formulas, regardless of how simple they may be, simply flew out the window. Then again, I think it's nice to review some of the techniques again. You don't know when you'll need it, since it's supposed to be a basic thing HEX to binary and Binary to hex is pretty easy by itself; each group of two digits in hexadecimal is 8 binary digits. in fact I imagine that is hald the reason it was decided that hex would be used for things like dumps of unknown data- (hex dumps). each byte can be represented by two hex digits. of course converting either into an actual decimal number isn't always strictly NECESSARY, and when when it is it isn't always intuitive, either. |
|