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.
Other Videos By freeCodeCamp.org
2015-07-17 | Computer Basics 20: What Do Programmers Do? |
2015-07-17 | Computer Basics 13: Software |
2015-07-17 | Computer Basics 12: How the Internet Works |
2015-07-17 | Computer Basics 10: Data Networks |
2015-07-17 | Computer Basics 9: More on the Motherboard |
2015-07-17 | Computer Basics 8: Types of Computers |
2015-07-17 | Computer Basics 7: Binary Bytes |
2015-07-17 | Computer Basics 6: Measuring Data Speed |
2015-07-17 | Computer Basics 5: How To Measure Data Size |
2015-07-17 | Computer Basics 4: Decoding a Binary Number |
2015-07-17 | Computer Basics 3: Intro to Binary Code |
2015-07-17 | Computer Basics 2: More Computer Hardware |
2015-07-17 | Computer Basics 1: The 4 Basic Parts of a Computer |