Hexgit number?

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

+3
source share
8 answers

Digit. Just hexadecimal.

Are you looking for an analog bit for a binary digit? Hexgit would not be my choice; it really does not go off the tongue. As for the storage unit, the hexadecimal digit represents the value (or nybble).

+4
source

This is a "nibble" (i.e. half a byte).

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

+7
source
+2

"" . "", " " "trit", " ". ( .)

+1

, , .

" ".

+1

"", 16 ; -)

+1

"Hexdigit" "hex digit" .

+1

"Hexgit" would be a bad choice, since "hex" formally offers a basic six, not 16.

"Hexdecit" will retain the 6 + 10 representation, but I will stick to the "number".

0
source

All Articles