You are currently looking at Flamebate, our community forums. Players can discuss the game here, strategize, and role play as their characters.
You need to be logged in to post and to see the uncensored versions of these forums.
![]() |
|||||||
---|---|---|---|---|---|---|---|
|
1100100 means D in binary. D = 25 So it teaches you binary in 25 hours, that’s 1 day and that’s the longest day in the year. Do I get E-Peen for this or did someone else already discover this? |
||||||
Posted On: 02/22/2009 1:15PM | View Geluidsoverlast's Profile | # | ||||||
|
Grapje? 1100100 = 64 + 32 + 4 = 100 btw. Seems like a more simple explanation, no? |
||||||
Posted On: 02/22/2009 1:21PM | DEAD fabulous person | # | ||||||
|
Umm…
1100100 in binary = 0*2^0 + 0*2^1+ 1*2^2 + 0*2^3 + 0*2^4 +1*2^5 + 1*2^6 = 0 + 0 + 4 + 0 + 0 + 32 + 64 = 4 + 32 +64 = 100
So 1100100 in binary is 100 in decimal. |
||||||
Posted On: 02/22/2009 1:22PM | View Possibly a Cabba...'s Profile | # | ||||||
|
No. |
||||||
Posted On: 02/22/2009 1:24PM | View Geluidsoverlast's Profile | # | ||||||
|
|||||||
Posted On: 02/22/2009 1:25PM | View Geluidsoverlast's Profile | # | ||||||
|
first of all, 1100100 is “d” not “D” in ascII. Secondly, “d” is 64 in hex or 100 in decimal. Even “D” is 44 in hex and 68 in decimal. I’m not sure where you got your answer, but it is wrong. LRFLEW edited this message on 02/22/2009 1:32PM |
||||||
Posted On: 02/22/2009 1:30PM | View LRFLEW's Profile | # | ||||||
|
O kijk, een Nederlander! |
||||||
Posted On: 02/22/2009 1:32PM | View The Baroness's Profile | # | ||||||
Erm… I understand binary, but how does D mean 25? |
|||||||
Posted On: 02/22/2009 1:34PM | View Faybro's Profile | # | ||||||
|
Geluidsoverlast Posted:
I have a master’s degree in math, can I use that instead?
Binary is not a secret means to express letters. It’s a numeral system that expresses numbers in a different way. Every number has a binary representation, a ternary representation, a quaternary representation, any base you like. What base you use depends on what sort of context you’re working in. For computers, binary is useful since the architecture makes it easy to express things like “yes” and “no” (i.e. “above a certain voltage” and “below a certain voltage” ), while further granularity is difficult.
Computers thus tend to store everything in terms of binary since it’s the most natural system of numerals to do in a computer, however they are still prima facie just numbers. The way we convert them to letters is with a chart that says “okay, this number corresponds to this letter”, for example here. The number 100 doesn’t necessarily mean ‘d’, it’s just that when some smart guys got together and laid out the ASCII table, they decided that 100 was a good one for ‘d’, and pretty much everybody decided to go with it.
But your argument really requires a ton of leaps.
1100100 (binary) = 100 (decimal) -> ‘d’ (ascii table) -> 25 (???????)
Anyway, 100 isn’t the ascii for ‘D’ (that’s 68) it’s the ascii for ‘d’. Possibly a Cabbage edited this message on 02/22/2009 1:35PM |
||||||
Posted On: 02/22/2009 1:35PM | View Possibly a Cabba...'s Profile | # | ||||||
|
Faybro Posted:
Well, you see 100 is the ascii for ‘d’, but D is the roman numeral for 500 but in order to convert form capital to lowercase we need to divide by 20. So d = D/XX = 25
Why is this in Game Discussion? |
||||||
Posted On: 02/22/2009 1:42PM | View Possibly a Cabba...'s Profile | # | ||||||
|
And how did you get that the longest day of the year has 25 hours? That would really screw up every clock ever made…This is why we have leap years, and the centennial exception to the leap year, and the millennial exception to the centennial exception! ...oh. you’re talking about Daylight Saving Time. Well, not in Saskatchewan. |
||||||
Posted On: 02/22/2009 2:43PM | View Spirithound's Profile | # | ||||||
|
Geluidsoverlast Posted:
Your converting from a number system (Base 2) to a text system (ASCII). This is incorrect. Days are expressed as units, i.e., numbers, and so you need to convert from one type of number system to another type. In this case, you need to convert from Base 2 to Base 10.
The proper conversion here results in ‘100’ in Base 10. I.E., Teach yourself Binary in 100 Hours
For example: There are ‘111’(Base2) or ‘7’(Base10) Days in a Week, not ‘(bell)’(ASCII) Days in a week. There are ‘1100’(Base2) or ‘12’(Base10) Months in a Year, not ‘(NP Form Fee, New Page)’(ASCII) Months in a Year |
||||||
Posted On: 02/22/2009 5:34PM | View Acid Flux's Profile | # | ||||||