Slashdot Mirror


Eleventy What?

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?"

1 of 157 comments (clear)

  1. In all non-decimal systems.. by denubis · · Score: 4, Informative

    This is, unfortunatly, a point that has been drilled into me by my Discrete Math profs.

    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.