answersLogoWhite

0


Best Answer

Hexadecimal is a base 16 number system opposed to decimal being 10. This results in counting progressing as follows:-

1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F, 10, 11, 12.....19, 1A, 1B, 1C, 1D, 1E, 1F, 20...9D, 9E, 9F, A0


The reason being, hexadecimal is a 2^n base system and decimal isn't, making it far more applicable to binary storage.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is hexadecimal in computer terms?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does hex stand for in computer terms?

hexadecimal


What are computer codes'4bcd6bcd8bcd'?

That would be a Hexadecimal code.


Why physical address is in hexadecimal?

The physical address is in binary, just like everything else in the computer. Other bases, such as octal, (decimal,) and hexadecimal are simply representations for our convenience.


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.


Why should you study octal and decimal?

Octal and hexadecimal will be particularly useful if you are studying computer technologies.


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 do you mean the bullets in a computer terms?

what do you mean the bullet in computer terms


What is the hexadecimal of 234?

234 in hexadecimal is EA.


How do you solve octa-hexadecimal?

That depends what you want to "solve" for - in other words, what the question is. For example, whether you want to:* Convert from hexadecimal to decimal* Convert from decimal to hexadecimal* Count in hexadecimal* Add hexadecimal numbers* etc.


What does exclamation mark means in C programming?

In computer programming, the exclamation markcorresponds to ASCII character 33 (21 in hexadecimal).


What is the hexadecimal for 14?

The hexadecimal for 14 is the letter E.