Computer Science for IGCSE & O level - Data Representation (Section 14 - No. 18)
What is the correct method for converting a decimal number to binary?
Repeatedly divide by 10 and note the remainders.
Repeatedly divide by 2 and note the remainders.
Repeatedly multiply by 2 and note the remainders.
Repeatedly divide by 16 and note the remainders.
Explanation
Decimal to binary conversion involves repeatedly dividing the decimal number by 2 and noting the remainders.
Comments (0)
