Computer Basics 5: How To Measure Data Size
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
How the size/amount of data is measured, starting from a bit and going all the way up to a petabyte.
Today we're going to be talking about Data Size.
The smallest size we can have is called a bit.
That bit can only be a 1 or a 0, and that goes back go binary we've been talking about.
After that, we've got a Nibble, which is 4 bits, which isn't common but it's adorable.
The Byte, which is very common, is 8 bits.
A lot of things are expressed in binary Bytes.
After we get past the tiny bit and the small Byte, we get bigger really fast.
The next step up is a Kilobyte, 1024 Bytes, or 1,048,576 bits.
After that there's Megabyte, or 1024 Bytes to the power of two.
Then it's Gigabyte, 1024 Bytes to the power of three; Terabyte, 1024 Bytes to the power of 4, and Petabyte, 1024 to the power of 5.
These get much bigger really quickly!
Other Videos By freeCodeCamp.org
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 |