Slashdot Log In
Eleventy What?
Posted by
Cliff
on Tue Apr 01, 2003 07:11 PM
from the pronouncing-hexidecimal dept.
from the pronouncing-hexidecimal dept.
TheFr00n asks: "I recently managed to teach my ten year old son the hexadecimal number system, but he shot me back a question that has me stumped. How does one pronounce hex, after the first iteration? In decimal, we have nice words like 'fifty' and 'sixteen'. Is there an official way of pronouncing a hexadecimal number like CF9? 'See hundred and effty-nine'? (which is totally wrong anyway because a hundred is 64 in hexidecimal) Any thoughts?"
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Maybe (Score:3, Insightful)
Re:Maybe (Score:2)
Re:Maybe (Score:2)
Re:Maybe (Score:2)
Re:Maybe (Score:2)
Re:Maybe (Score:2)
tsay-eff-noin?
Or french
say-eu-neuf? (where eu is like Eu in Europe.)
Or a variety of other languages? I am pretty sure we could find one you like. ^_^
Re:Maybe (Score:3, Informative)
For anything other than decimal you're not meant to use "ten", "hundred", "twenty", etc. Eg:
Binary: 1011 - One-Oh-One-One
Octal: 7326 - Seven-Three-Two-Six
Decimal: 4729 - Four thousand seven hundred and twenty nine
Hexadecimal: 28ad - Two-Eight-A-D
Simple, huh?
Daniel
Re:Maybe (Score:3, Insightful)
Please be precise enough to use "zero" when pronouncing "0".
"Decimal: 4729 - Four thousand seven hundred and twenty nine"
There is no "and" in "4729".
No worries here (Score:2, Funny)
Re:No worries here (Score:2, Funny)
Node on E2? (Score:2)
Re:Node on E2? (Score:2)
It's the closest I could find...
I'll be so damn happy (Score:2)
Re:I'll be so damn happy (Score:2)
Re:I'll be so damn happy (Score:3, Funny)
Perhaps, (Score:3, Insightful)
we'd have some slick as chit way to pronounce them.
Necessity is the MUTHA of invention. Most people go
around talking in base ten. Most people have no
need at all for anything but base ten. Go figure
it's what we have words for.
Color (Score:5, Funny)
Heh (Score:3, Funny)
"CF9"
"CF9 with Jack and Jill"
"Now F is tired"
"CF sleep..."
"69" comments are automatically modded redundant and posters will be assumed to have the mental age of an eggplant.
In all non-decimal systems.. (Score:5, Informative)
All non decimal systems pronounce the digits individally.
E.g. 10 in base 2 is not "ten" but "one zero"
And 734 in octal is "seven, three, four. Not seven thirty four, or variations on that theme.
Hope this helps.
Re:In all non-decimal systems.. (Score:2)
I say "thirty-two hex" and even "thirty-two hundred hex" and "charlie thousand hex" on occasion. And my world hasn't collapseD43mjodu4trfk#*(%^&#)$)*(
Re:In all non-decimal systems.. (Score:2)
Re:In all non-decimal systems.. (Score:2)
Right they are (Score:2)
But the 2 and the 0 in 20H are still a two and a zero, so saying "two-zero hex" (where "hex" is optional if understood) is quite correct, while "twenty" is not.
Err, it's just the same as any other number system (Score:3, Insightful)
The number we have given the name two and is written as "2" in decimal, in binary is written 10, but it's still called two, just the notation changed. In hexadecimal, the number we call sixteen is written 10, but it's still called sixteen.
Of course if you want say a number in a specific notation you'll need to not only spell it out but also state the system so as to avoid ambiguity ("the number `one-zero' in binary notation") as using the number's name implies the use of the decimal notation.
If you ask somebody to write down some numbers, and you read them out as "one, two, three, four", the subject should be perfectly able to use the binary notational system to write them down as "01, 10, 11, 100", they've recorded the numbers you spake correctly.
Implied base 10 in oral speech (Score:2)
Twenty-three obviously represents a two in the second order digit and a three in the first order digit. In addition, our language has an implied base 10 marker, though not an inherent one. We did not name 2^6 number of sticks as "si-cs-ti-for", like we did a "pair" of sticks, we constructed that number out of a shared understanding of a base 10 numerical system.
If you ask someone to wr
Re:Implied base 10 in oral speech (Score:2)
The name of the numeral '2' is 'two'. The value of the numeral '2' is 2 in base ten, and any bases with a radix larger than 2.
So, if I write, "what's 3 in binary?" you know that I mean I want 11 as the answer because you assume the 3 in the question is in a base higher than 2, so the numeral also has some implied value, and use beyond that of a symbol.
Gee, this is challenging to describe in English...
effty-nine (Score:2)
Re:effty-nine (Score:2)
For any value of 2B. FYI.
Re:effty-nine (Score:2)
Re:effty-nine (Score:2)
At least you should try to get it rigth: the name should be: 0x7C0
0x19A4 is about four and a half thousand years into the future
As a programmer 20 some years ago... (Score:4, Interesting)
Re:As a programmer 20 some years ago... (Score:2)
Alpha, Bravo, Charlie, Delta, Echo, Foxtrot
(the rest
Re:As a programmer 20 some years ago... (Score:4, Interesting)
Parent
What's nice about the 1st 6 from aviation notation (Score:2)
Re:As a programmer 20 some years ago... (Score:2)
Currently, in the US, there are 2 main forms of the Phonetic alphabet being used "Police" and International/Military. The Police version has some regional variations, but as almost all theri comms are intra department it does not matter (btw the 10 codes vary
Maybe the media will show some interest (Score:3, Funny)
I've thought about this (Score:2, Funny)
What needs to be done is to invent words that mean each of these symbols. When you say A in hex it is not the alphabet A, it's a totally different concept and needs a different word to express it.
The best way would be to invent and standardize a set of words for speaking numbers/about numbers in base 16. Because, really, 10 would be pronounced "sixteen" which makes no sense. Base16(16) should be pronounced "16" and mean base10(22).
It's a culture/language thing
dek el zen tris cat kink (Score:4, Interesting)
On Everything2, there's the node Names for digits higher than 9 [everything2.com]. The names for the digits - I have no idea who created them - are "dek" for A, "el" for B, "zen" for C, "tris" for D, "cat" for E, and "kink" for F.
Re:dek el zen tris cat kink (Score:2)
Donald Knuth Has The Answer (Score:5, Interesting)
In section 4.1 of The Art of Computer Programming, Donald Knuth describes:
Maybe you should get that issue of that journal and give it a try.
Re:Donald Knuth Has The Answer (Score:3, Interesting)
From Recreations in Mathematics, by H. E. Licks (Van Nostrand, 1917):
I have the solution! (Score:3, Insightful)
I was really inspired by this question. It's a wonderful mix of mathematics and linguistics. Because a quick post to Slashdot couldn't cover it in enough detail, I wrote up some thoughts I had on the subject, which you can find here [michael-forman.com]. Also included is information on how Americans and Europeans differ in their transliteration of base-ten numbers.
Here's an excerpt:
How does one transliterate numbers of arbitrary bases? For example the number "562" is transliterated as "five hundred and sixty two" but how would one transliterate the hex number "0xDEADBEEF"? The text below attempts to answer that question using two methods. The first is a rigorous and technically accurate method but is difficult to use. The second is technically less rigorous but is simple to use
Michael.
Re:I have the solution! (Score:2)
Re:I have the solution! (Score:2)
Actually the number "500.62" is transliterated as "five hundred and sixty two"... the number "562" is transliterated as "five hundred sixty two" Don't they teach this is elementry school anymore?
Re:I have the solution! (Score:2)
make that last stinging statement "Don't they teach this in elementary school anymore?"
Yes (Score:4, Funny)
Is there an official way of pronouncing a hexadecimal number like CF9?
"Three thousand five hundred seventy seven."
Obligatory Saturday Night Live Reference (Score:2)
Trebek: "And You wagered eleventy billion dollars. That's not even a real number"
Reeves "...yet."
Trebek "Simply stunning."
Of course, I guess that's better than French Stewart's $Texas wager.
Can of cun.. (Score:2)
This is local site for local people
Rus
Re:I don't know the answer, but don't use "and"! (Score:2)
Says who? Where I come from, we put the "and" in. Do you have a World Government decree supporting your claim?
Re:I don't know the answer, but don't use "and"! (Score:3, Informative)
159.34 is "one hundred and fifty nine point three four".
You'll only hear Americans and children who are just learning about decimals say "point thirty four" in the UK.