Get startedGet started for free

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?

This exercise is part of the course

Concepts in Computer Science

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise