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

What number is represented by the byte 00000001?

ever answer i put in for this question is wrong

2 Answers

Shazad Kazi
Shazad Kazi
10,758 Points

1

if the prefix is full of 0's it doesn't matter. E.g 000001 0000000001 001

If you have any more questions let me know

Machine code runs very (quickly, slowly) and has a much (bigger, smaller) memory footprint than a higher-level language.

i did this::: In the image tag, change my picture, joy.jpg, to sam.jpg. You will also need to change the alt attribute to say Sam, instead of Joy.

but its telling me to do this::: Bummer! The 'alt' attribute of the <img> element needs to be set to "Sam"! Set it like this: <img src="sam.jpg" alt="Sam">

Simon Coates
Simon Coates
28,694 Points

it should work. I just used <img src="sam.jpg" alt="Sam"> and it worked (I copied the text here directly from my challenge before it passed). May want to retry challenge in the event it's a random glitch. If retrying doesn't work and your code is solid, then you may need to email treehouse.

Simon Coates
Simon Coates
28,694 Points

The answer is 1. 00000001 is (0 instances of 128, 0 instances of 64, 0 instances of 32, o instances of 16, 0 instance of 8, 0 instances of 4, 0 instances of 2, 1 instance of 1.)

In the URL: http://teamtreehouse.com, http is the (domain name/top level domain/protocol), teamtreehouse is the (domain name/top level domain/protocol) and .com is the (domain name/top level domain/protocol).

Simon Coates
Simon Coates
28,694 Points

http is the protocol. the ".com" is the top level domain. This stuff should be covered in the videos, and having some degree of understanding of URIs is important going forward.