(Untitled)

Jan 27, 2008 13:47

dspace, this might be most relevant to you ( Read more... )

Leave a comment

Comments 3

anonymous January 27 2008, 19:56:16 UTC
Well, when reading binary out loud, we use the base-ten-originated words. ie, 101 is "five," not "four and one" or "one zero one" or "one hundred and one." Same goes for hexadecimal - but in practice, since there's way more confusion potential with hex (or octal) than binary, it tends to get spelled out digit by digit. That said, in computer-stuff, numbers usually represent some kind of arbitrary data, or characters, etc, and not numerical values per se.

Reply


dspace January 28 2008, 02:41:18 UTC
Either say what the number would be in base 10, or say each digit from left to right.

111 in binary is either: 7 or "one one one"

Reply

icca January 28 2008, 02:50:07 UTC
Okay, so in my base 7 example, we'd say 12 or "one five"? Makes sense!

Reply


Leave a comment

Up