Binary to decimal position
When converting the binary number "0100" to its decimal equivalent, each digit is multiplied by 2 raised to the power of its position index, starting from 0 at the rightmost digit. For the '1' digit in "0100", what is the exponent "a" in the expression 1 x 2^a?
Este ejercicio forma parte del curso
Concepts in Computer Science
Ejercicio interactivo práctico
Pon en práctica la teoría con uno de nuestros ejercicios interactivos
