answersLogoWhite

0


Best Answer

Because you need symbols, that occupy only one 'place', for sixteen digits,

and we only have ten common numerical digits.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why do you use A-F as digits in hexadecimal number system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the numbering system that use 16 digits?

The hexadecimal system.


Why is a hexadecimal number system called as an alpha numericnumber system?

Number systems with a base larger than ten use alphabetical characters to extend the set of "digits". The number systems are then alphanumeric.


What is radix in number system?

The radix refers to the base of a number system: the total number of possible digits. The decimal number system that we all use is base ten, as it has ten distinct digits (0,1,2,3,4,5,6,7,8,9). Commonly used bases in computing include binary, octal, and hexadecimal, which have two, eight, and sixteen digits, respectively.


Where you use octal and hexadecimal number system?

On computers.


What is hexadecimal number?

The hexadecimal number system is one using 16 as the base instead of the more familiar ten which we use in the decimal system.


What are number systems use in computer to store data and perform calculations?

Binary number system ,which has only two digits 0 and 1.


What is Hexadecimal Number systeam?

The hexadecimal number system is one using 16 as the base instead of the more familiar ten which we use in the decimal system.


Why you use octa number system and hexadecimal number system in place of binary number systen?

Why_you_use_octa_number_system_and_hexadecimal_number_system_in_place_of_binary_number_systen


Why do programmers use hexadecimal instead of binar?

This is because a number represented in hexadecimal requires fewer digits. A hexadecimal string of length s can hold a number which is approx 8^s as large as a binary string of the same length.


What is hexadecimal code?

Computer engineers use to use the hexadecimal code to program computers, or the base 16. Hexadecimal numbers use the digits 0 through 9, plus the letters A through F to represent the digits 10 through 15.


How do you divide octal and hexadecimal nos?

If you mean, for example, divide one hexadecimal number by another: In any number base, you can use basically the same method you use with decimal numbers - in the case of division, the "long division". However, you have to use the corresponding multiplication table, for example, the multiplication table for multiplying two hexadecimal digits, with a hexadecimal result.


What is the purpose of the hexadecimal numbering system?

Hexadecimal number system is a number sytem with a Base of 16. The 'regular' system which we use every day is base-ten (decimal), with the digits 0-9.Having a base 16 system makes it easier to represent values of computer memory, as computers deal in binary (base 2), where every value is either one or zero (on or off).With hexadecimal, the digit values range from zero to fifteen, so symbols are needed to represent ten, eleven, ... fifteen as single digits. The letters A through F were chosen, so:A represents tenB = elevenC = twelveD = thirteenE = fourteenF = fifteen