what is meant by hexadecimal?
Answers
Answered by
1
hexadecimal describes a base-16 number system. That is, it describes a numbering system containing 16sequential numbers as base units (including 0) before adding a new position for the next number. (Note that we're using "16" here as a decimal number to explain a number that would be "10" in hexadecimal.) The hexadecimal numbers are 0-9 and then use the letters A-F.
pm2003dance:
thank you for clearing my doubt
Answered by
1
The hexadecimal numbers are 0-9 and then use the letters A-F. We show the equivalence of binary, decimal, and hexadecimal numbers in the table below. Hexadecimal is a convenient way to express binary numbers in modern computers in which a byte is almost always defined as containing eight binary digits.
Similar questions