answersLogoWhite

0


Best Answer

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 ten
  • B = eleven
  • C = twelve
  • D = thirteen
  • E = fourteen
  • F = fifteen
User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

Hexadecimal is simply short-hand for binary numbers. Because hexadecimal is base 16 or 24 , every 4 binary bits can be expressed as a single hexadecimal character. For example, 1110 is E in hexadecimal and 1111 0011 1000 1010 is written as F38A in hexadecimal. Writing memory addresses, binary code, or IP addresses in hexadecimal results in number which has 75% less characters.

The hexadecimal system uses sixteen distinct symbols, most often the symbols 0-9 to represent values zero to nine, and A, B, C, D, E, F to represent values ten to fifteen. When dealing with large values the hexadecimal system solves this problem and it is simple to convert a hex digits into a binary digits.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the purpose of the hexadecimal numbering system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How does the binary numbering system differ from the hexadecimal numbering system?

the binary system is base 2 and the hexadecimal system is base 16


What is the numbering system that use 16 digits?

The hexadecimal system.


What is the decimal value of the largest digit in hexadecimal numbering system?

15


In the hexadecimal numbering system what represents the number 11?

The decimal number 11 is equal to the hexadecimal number B.


The hexadecimal numbering system is based on how many digits?

16 The current hexadecimal system was first introduced to the computing world in 1963 by IBM.


What is the 16 base numbering system format computers express numbers in?

Hexadecimal


How does the binary numbering system differ from hexadecimal numbering system?

The decimal system we normally use is base 10. That means that each position has 10 times the place-value of the digit to the right of it.Binary is base 2. Hexadecimal is base 16.


How does binary numbering system differ from the hexadecimal numbering system?

The decimal system we normally use is base 10. That means that each position has 10 times the place-value of the digit to the right of it.Binary is base 2. Hexadecimal is base 16.


What is the numbering system that uses the digits 0 through 9 and the characters a through f?

The hexadecimal system.


Computers often express numbers in what format?

Base 16 numbering is called 'Hex' or 'Hexadecimal'. Base 8 numbering is called 'Octal'. Base 2 numbering is called 'Binary'.


Is the octal number system used for business dealing in Pakistan?

the octal numbering system is not used for dealing it was once used for computers but has been replaced with binary and hexadecimal because of its complexity and how it does not relate to binary at all hexadecimal and binary go together way better...


How does the binary system differ from the hexadecimal numbering system?

The decimal system we normally use is base 10. That means that each position has 10 times the place-value of the digit to the right of it.Binary is base 2. Hexadecimal is base 16.