what is the value of (AC6) in hexadecimal number system
Answers
Answered by
0
Hexadecimal Number System is one the type of Number Representation techniques, in which there value of base is 16. That means there are only 16 symbols or possible digit values, there are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F.
How do you calculate hexadecimal value?
Steps:
Divide the decimal number by 16. Treat the division as an integer division.
Write down the remainder (in hexadecimal).
Divide the result again by 16. Treat the division as an integer division.
Repeat step 2 and 3 until result is 0.
The hex value is the digit sequence of the remainders from the last to first.
Note 6: A 64-bit (or 8-byte) hex number, sometimes called a "Quad Word," has a maximum value of: 18,446,744,073,709,551,615. This is the largest Hexadecimal number the built-in Windows™ 2000/XP Calculator program can handle(6a).
Hope this will help you...
Thank you..
How do you calculate hexadecimal value?
Steps:
Divide the decimal number by 16. Treat the division as an integer division.
Write down the remainder (in hexadecimal).
Divide the result again by 16. Treat the division as an integer division.
Repeat step 2 and 3 until result is 0.
The hex value is the digit sequence of the remainders from the last to first.
Note 6: A 64-bit (or 8-byte) hex number, sometimes called a "Quad Word," has a maximum value of: 18,446,744,073,709,551,615. This is the largest Hexadecimal number the built-in Windows™ 2000/XP Calculator program can handle(6a).
Hope this will help you...
Thank you..
Similar questions