Computer Science for IGCSE & O level - Data Representation (Section 5 - No. 47)

What process is used to convert from hexadecimal to decimal?
Multiplying each hex digit by the power of 10
Dividing each hex digit by the base of 16
Multiplying each hex digit by the base of 16 to its corresponding power and summing them.
Subtracting each hex digit by 10 and adding them together.

Explanation

Convert each hexadecimal digit to its decimal equivalent, then multiply each by 16 to the power of its position (starting from 0 from the right), then summing the results.

Comments (0)

Advertisement