Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialnathanaelforges
Courses Plus Student 1,059 PointsWhat number is represented by the byte 00001000?
What number is represented by the byte 00001000?
3 Answers
Alexander Bromage
Courses Plus Student 4,014 Points- I've not done this course but learnt binary ( and sadly never forgot it) at university. Each digit in the sequence represents a number that is (kind of) sequentially the double of the previous. Therefore going from right to left the numbers are when set to 1: etc 32,16,8,4,2,1 your 1 appears at the 4th from the right position making it equal to 8.
rmsmxxlwyt
Python Web Development Techdegree Student 7,597 PointsThank you so much for the explanation, that's so helpful, short and easy to remember.
leohasseriis
962 PointsI just simply don't get it, i just can't
jornemoonen
6,616 PointsI also didn't full understand untill I came across this post they explain it very well " https://teamtreehouse.com/community/what-number-is-represented-by-the-byte-00000111 "
Ronald S. Becerra
1,770 PointsRonald S. Becerra
1,770 PointsThank You.