Respuesta :
1 X 25 + 1 X 24 + 1 X 23 + 0 X 22 + 1 X 21 + 1 X 20 thus your Answer is C
Answer:
C)[tex]1*2^{5} + 1*2^{4} + 1*2^{3} + 0*2^{2} + 1*2^{1} + 1*2^{0}[/tex]
Explanation:
We start the conversion from the final bit, that is, the least significant.
The counter starts at zero, and we start adding, this way:
111011
[tex]D = 1*2^{0} + 1*2^{1} + 0*2^{2} + 1*2^{3} + 1*2^{4} + 1*2^{5} = 1*2^{5} + 1*2^{4} + 1*2^{3} + 0*2^{2} + 1*2^{1} + 1*2^{0}[/tex]
So the correct answer is:
C)[tex]1*2^{5} + 1*2^{4} + 1*2^{3} + 0*2^{2} + 1*2^{1} + 1*2^{0}[/tex]