English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Im having trouble converting 312 to binary do I just keep dividing by two until I have zero quotient?
Also
covert 3210five to a hexadecimal.
convert 1048sixteen to octal.
Im not asking just for an answer just advice and help!!!

2007-04-24 09:07:21 · 3 answers · asked by me 2 in Education & Reference Homework Help

3 answers

I'll show you an easy way to convert decimal to binary. I'll convert a small number so you can see the pattern.

Example:
Let's convert 10 to binary
Start with ten, take half of ten and keep taking half (discarding the remainder) until you reach 1.

10
5
2
1

Where there is an odd number, place a 1, where there is an even number, place a zero.

Always start at the bottom and go up.

Since we start at the bottom the first number is 1 and we will place a binary one, etc.

1 =1
2 = 0
5 = 1
10 = 0

So decimal ten converts to binary 1010.

Remember to discard the remainder when you are taking half.

Hope this helps.

2007-04-24 09:23:08 · answer #1 · answered by Robert L 7 · 0 0

Don't remember how to do the conversion but you can check your answers using the Windows calculator.

Just click View then select Scientific.
Enter your number in Dec mode then switch the mode to the base you want to see it in.

Example:

Dec = 123
Bin = 1111011
Oct = 173
Hex = 7B

2007-04-24 09:20:29 · answer #2 · answered by John 6 · 0 0

Try this site it may help.

2007-04-24 09:13:20 · answer #3 · answered by Ginger 2 · 0 0

fedest.com, questions and answers