Binary – Combining 1s and 0s
Lab: Basics of Digitizing Data
Video Runtime: 19:25
This episode continues our discussion on the Basics of Digitizing Data. Let’s talk about the Base-2 or Binary Numbering System. This system uses a pattern of 1s and 0s. Computers use binary.
Your key takeaways are:
- Binary system is base-2 or positional power of 2
- 1 bit is a single digit
- 1 bit is either 0 or 1
- 1 byte is 8 bits
- Byte can be 0-255 or 256 possible values
- Computers use bytes
Study Notes
Combining 1s and 0s gives us a Base-2, or Binary Number System
Binary Number System Base-2
- Base 2 means each position is an incremental power of 2
- Like with Decimal, we start at the far right with 20, which is 1
- The lower table walks through the value when a 0 or 1 is in that position
What is the range of numbers when using 20 to 27?
Make sure that you understand how to compose numbers in binary before moving on.
Terminology
Term | Breakdown |
---|---|
Least Significant Bit (LSB) | The right most bit |
Most Significant Bit (MSB) | The left most bit |
Bit | A single 0 or 1; 1 digit |
Byte | 8 bits |
Kilobytes (kb) | 1,000 bytes |
Megabytes (MB) | 1,000,000 bytes |
Gigabytes (MB) | 1,000,000,000 bytes |
Terabytes (MB) | 1,000,000,000,000 bytes |
Practical Uses of Binary
- State tracking
- Inventory systems
- RFID tracking systems
External Reference Articles
Once upon a time, there was a developer... You! This is going to be a good story...
Episodes
Total Lab Runtime: 02:59:07
- 1 Lab Introductionfree 03:56
- 2 Electronics “on” and “off” Statesfree 12:11
- 3 Symbol to Represent Quantityfree 14:26
- 4 Number System for Statefree 12:44
- 5 Binary – Combining 1s and 0sfree 19:25
- 6 Improving Binary Representationfree 13:45
- 7 The Age of 16 Bit and Hexadecimalfree 15:15
- 8 Binary Additionfree 03:59
- 9 Negative Integer Data Representation - Part 1free 10:06
- 10 Negative Integer Data Representation - Part 2free 18:42
- 11 Real Number Data Representation - Part 1free 17:12
- 12 Real Number Data Representation - Part 2free 10:18
- 13 Textual Data Representationfree 08:47
- 14 Digital Image Data Representationfree 18:21