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 trialAnna Tolley
1,140 Pointsis there a simple way of remembering binary values? I'm having trouble making it stick. :/
Ok so i am starting out with treehouse and in one of the videos it speaks of binary. The rest of the videos have been no problem but when it comes to this it doesn't seem to stick, is there an easy way to remember this that i'm missing? (TIA)
2 Answers
Jake Milburn
13,608 PointsI would advise having a look online for basic resources like this one. https://www.bbc.co.uk/education/guides/z26rcdm/revision/4
At the start one of the things I found best to do is get a pen and a piece of paper and work through it. One of the ways that I learned binary was actually finding binary maths questions online and then sitting down and working through them on a piece of paper. If thats a bit complicated you could first look at picking a random number and converting it to binary or coming up with some binary and attempting to convert that into a number.
Stuart Wright
41,120 PointsI'll just add that I don't think it's all that important that you're able to convert binary numbers easily. Depending on the kind of programming you're interested in doing, you might find that you never have to use them. An understanding of what they are is enough, in my opinion. Especially if you are just starting out. You can always revisit them later. If you are determined to get more comfortable with them now though, Jake's answer covers that nicely.
Anna Tolley
1,140 Pointsthankyou :)
Anna Tolley
1,140 PointsAnna Tolley
1,140 Pointsthankyou ill take a look at that :))))