Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hexgit number? [closed]

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

like image 826
Igor Zelaya Avatar asked Dec 02 '22 08:12

Igor Zelaya


2 Answers

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

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

like image 54
ChrisW Avatar answered Dec 20 '22 00:12

ChrisW


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).

like image 39
Rob Kennedy Avatar answered Dec 19 '22 22:12

Rob Kennedy