answersLogoWhite

0


Best Answer

A hexidecimal number is a number that represents the location in memory that something is stored. So basically its a number that tells the computer where to look for something.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does the hexadecimal number mean?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can the number 10 represent a hexadecimal number?

Yes, the hexadecimal number 16.


What is hexadecimal number for11101011000111010 can be written in hexadecimal as?

D63A


What letter is used to represent the number 11 in hexadecimal?

The number 11, (in hexadecimal) is the letter 'b'


In the hexadecimal numbering system what represents the number 11?

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


Does 3EO and 3Eo means the same in hexadecimal notation?

Hexadecimal uses the digits 0-9 and the letters a-f (in either upper case A-F, or lower case a-f). You appear to have used a letter O in upper case and lower case (o). Neither is a valid [standard] hexadecimal digit; so 3EO and 3Eo both mean the same in hexadecimal: a non-valid number. 3E0 and 3e0 are both valid hexadecimal numbers that mean the same (as the decimal number 992). In C, to signify a hexadecimal number it is preceded by 0X or 0x (that is zero-letter X), as in 0x3E0, etc.


What is 1976 in hexadecimal?

The decimal number 1976 is represented in hexadecimal as 7B8.


What is 999910 in hexadecimal?

The value in hexadecimal of the decimal number 999910 is F41E6.


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.


How many digits in octal and hexadecimal number?

8 in octal, 16 in hexadecimal.


What is the hexadecimal number f equal to octal?

F in hexadecimal is 17 in octal.


Write a program to convert a 2 digit BCD number into hexadecimal number?

Write a program to convert a 2-digit BCD number into hexadecimal


What is 15 in hexadecimal number system represented by?

15 in the hexadecimal number system is represented by 21 in the decimal system.