answersLogoWhite

0

Why do you use hexadecimal?

Updated: 10/17/2022
User Avatar

Wiki User

12y ago

Best Answer

Hex is used by computers to store information because it is the most compact method to do so. Four lines of information can store 16 different conditions:

0000 is 0

0001 is 1

0010 is 2

0011 is 3

0100 is 4

0101 is 5

0110 is 6

0111 is 7

1000 is 8

1001 is 9

1010 is A (10)

1011 is B (11)

1100 is C (12)

1101 is D (13)

1110 is E (14)

1111 is F (15)

Pretty cool huh!? Your five fingers could store 32 separate counts.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why do you use hexadecimal?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Who invented hexadecimal and when?

The first use of the term hexadecimal dates to 1954. It is unclear who invented the current hexadecimal notation - most likely IBM. Not all computers used hexadecimal until the end of the 70s or later. Hewlett-Packard continued to use octal instead of hexadecimal until after 1980.


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.


What is the highest digit you can use in hexadecimal?

The highest numerical digit is 9, but hexadecimal follows that with letters going to F. So in hexadecimal, F would be the highest digit.


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.


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 is the numbering system that use 16 digits?

The hexadecimal system.


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 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 the hexadecimal for 187649984473770?

AAAAAAAAAAAA is the Hexadecimal.


What is the hexadecimal for 11111011010?

If the above is decimal then in hexadecimal it is 2964492C2. If it is binary then in hexadecimal it is 7DA. If it is octal then in hexadecimal it is 49241208.


What is the hexadecimal of 234?

234 in hexadecimal is EA.