Computer Basics 3: Intro to Binary Code



http://FreeCodeCamp.com is a community of busy people who learn to code, then practice by building projects for nonprofits. Learn Full-stack JavaScript, build a portfolio, and get great references with our open source community.

Follow us on twitter: https://twitter.com/intent/user?screen_name=freecodecamp

Follow us on Twitch: twitch.tv/freecodecamp

Like us on Facebook: https://www.facebook.com/freecodecamp

Follow Quincy on Quora: http://www.quora.com/Quincy-Larson

What binary looks like, and what it can mean.
0’s and 1’s can turn be interpreted into far more complex data.
Today we’re going to talk a little bit about binary code.
Binary code is a really simple computer language where there are only 1’s and 0’s, that are either on or off, 1 being on and 0 being off.
Those 1’s and 0’s can be pretty much anything, but generally they are just numbers, letters, and symbols.
We’re going to go into how you decode a number in binary, but as you can probably guess, translating binary can be done with a quick google search.
The most important part of this is you undrestand the concept that even simple things like 1’s and 0’s can translate into something really complex that is the basis for all of the computer languages that exist today.

source

This Post Has 10 Comments

  1. LDN

    This woman is incredible! Thanks a lot!

  2. TomCat

    I'm using your series with my Bridge2Tech class for students working on their CompTIA certifiation. Great, clear, introduction, and it's so important for my female students to see an accomplished women presenting.

Leave a Reply