Computer Basics 7: Binary Bytes
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
Binary does more than express numbers - through bytes, it can symbolize all alphanumeric symbols, which can then be interpreted into more complex code.
Let's talk about the most basic level that computer can understand other languages, like javascript.
THe most basic thing is a bit, up or down, 1 or 0.
After that ther'es a Byte, 8 bits.
All numbers (255 and less), letters, and symbols can be translated into Bytes that the computer can understand.
So, all of the numbers, letters, and symbols in your javascript can be translated.
There are a lot of languages that computers can work with, and what I want you to get away from this video is that all data in your computer boils down to binary Bytes.
Other Videos By freeCodeCamp.org
2015-07-17 | Basejump: Build a Pinterest Clone |
2015-07-17 | Computer Basics 18: How Source Code works |
2015-07-17 | Computer Basics 19: How Variables work in Code |
2015-07-17 | Computer Basics 21: Chrome JavaScript Console and how Logging works |
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 |