views:

194

answers:

8
+3  Q: 

Hexgit number?

if digit is the name for a number on base 10, what would be the name for a number on base 16? Hexgit?

+4  A: 

Digit. Simply a hexadecimal one.

Are you looking for an analogue to bit for binary digit? Hexgit wouldn't be my choice; it doesn't really roll off the tongue. As for the unit of storage, a hex digit represents a nibble's worth (or nybble).

Rob Kennedy
hahahahaha....I just made up Hexgit....
Igor Zelaya
"Hexit" would be easier to say, but I don't see anyone using that word in this context. Perhaps there simply isn't demand for a separate word.
Rob Kennedy
I've used hexit for a long time, as has everyone else i know in the field
warren
+7  A: 

It's a "nibble" (i.e., half a byte).

http://en.wikipedia.org/wiki/Nibble

ChrisW
ha! I haven't heard of nibbles in years.
Al W
Also we'd accept nybble.
ctacke
That page also says that nibble corresponds to hexadecimal digit: hexit.
Milan Babuškov
+1  A: 

The word 'digit' can be used in any number system. The only exceptions are 'bit' which is really just short for 'binary digit' and 'trit' which is short for 'ternary digit'. (You can still call bits and trits 'digits', however.)

yjerem
"trit" and not "tit"? The "r" is not even beside the "t"! :)
Kip
+1  A: 

There isn't really a consensus, I don't think, but see http://en.wikipedia.org/wiki/Units_of_information for some options.

Personally, I'd just say "hex digit".

Ben Alpert
+2  A: 

define: digit

One of the elements that collectively form a system of numeration.

Zoredache
+1  A: 

Still "digit", as long as you have 16 fingers ;-)

Argalatyr
+1 for making me laugh...jajajaj
Igor Zelaya
A: 

"Hexgit" would be a bad choice since "hex" formally suggests base six rather than 16.

"Hexdecit" would retain the 6+10 representation, but I would stick with "digit".

Argalatyr
+1  A: 

"Hexdigit" and "hex digit" are both in wide use in textbooks.

Norman Ramsey