Computer Science for IGCSE & O level - Data Representation (Section 8 - No. 38)

When converting between decimal and binary, what is the process used to obtain the binary value?
Repeatedly dividing by two and noting the remainders.
Repeatedly multiplying by two.
Repeatedly subtracting by ten.
Converting each digit to the nearest hexadecimal value.

Explanation

To convert decimal to binary, you repeatedly divide by 2 and record the remainders.

Comments (0)

Advertisement