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 trial

Digital Literacy Computer Basics Computer Basics Binary

miguel zarco
miguel zarco
382 Points

thorough break down of the binary placements value?

having a hard time understanding the placement value of the binary code

1 Answer

It goes in 2^. For example. 1 - 2 - 4 - 8 - 16 etc. Always goes in doubles for the last nombre. Double of 1 = 2 Double of 2 = 4 Double of 4 = 8 and so on. An then sum the ones that's been calles. For example. 1+4=5 2+8=10