|
-
Dec 28th, 2005, 08:22 PM
#1
Thread Starter
Junior Member
-
Dec 29th, 2005, 04:06 AM
#2
Re: Please help with denary to octal conversions!
Hm, such a shame they don't teach Latin so much any more.
The "Bi" in "binary" means "two", as in bicycle, biped etc. Hence binary is base 2.
Denary (Decimal) is base 10.
Octal is base 8 (Octagon?)
So, in a binary number the digits correspond to:
16 8 4 2 1
In decimal we have
10000 1000 100 10 1
And in Octal
4096 512 64 8 1
Can you see how it works now?
zaza
-
Dec 29th, 2005, 07:21 AM
#3
Lively Member
Re: Please help with denary to octal conversions!
Perform Integer divison, tracking remainders.
19 / 8 = 2 R3
2/8 = 0 R2 <- Stop here, you've reached level 0
Therefore,
19 Base 8 = the remainders from bottom to top = 23
Last edited by Something Else; Dec 29th, 2005 at 11:14 AM.
-
Dec 29th, 2005, 08:37 AM
#4
Re: Please help with denary to octal conversions!
 Originally Posted by Something Else
Perform Integer divison, tracking remainders.
19 / 8 = 2 R3
2/8 = 0 R2 <- Stop here, you've reached level 0
Therefore,
19 Base 8 = the remainders from bottom to top = 23
Ahem.
-
Dec 29th, 2005, 11:14 AM
#5
Re: Please help with denary to octal conversions!
lol!
ducks into phonebooth...saves the world...becomes me again...
Looks like Something Else wasn't too awake this morning!
-
Dec 29th, 2005, 02:57 PM
#6
Thread Starter
Junior Member
Re: Please help with denary to octal conversions!
 Originally Posted by Something Else
Perform Integer divison, tracking remainders.
19 / 8 = 2 R3
2/8 = 0 R2 <- Stop here, you've reached level 0
Therefore,
19 Base 8 = the remainders from bottom to top = 23
Thanks man! i get it now!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|