Computer Science for IGCSE & O level - Data Representation (Section 16 - No. 5)
When converting from binary to decimal, what operation is performed on the binary digits?
Each binary digit is multiplied by its corresponding power of 2.
The results are added together.
Each binary digit is divided by its corresponding power of 2.
The digits are simply added together.
Explanation
Each binary digit is multiplied by its positional value (power of 2), and the results are summed.
Comments (0)
