BaseCS: Working with Binary

vaidehijoshi

Vaidehi Joshi

Posted on February 5, 2020

BaseCS: Working with Binary

Today's episode of BaseCS continues our exploration into binary, and dives deeper into some of the ways to work with this counting system.

In this episode, we learn how to write and count when we only have two digits (0 and 1) to work with. Along the way, we also see how to convert between base 10, the counting system that we're all familiar with, and base 2, the number system for binary. We also do some math to prove how this conversion works under the hood!

Learn more about the concepts covered in this post here:

This whole series is sponsored by Heroku. A special thank you to Heroku for their ongoing support!

💖 💪 🙅 🚩
vaidehijoshi
Vaidehi Joshi

Posted on February 5, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

What is a network socket?
computerscience What is a network socket?

May 16, 2020

BaseCS: Graph Theory Part 2
computerscience BaseCS: Graph Theory Part 2

March 25, 2020

BaseCS: Graph Theory Part 1
computerscience BaseCS: Graph Theory Part 1

March 18, 2020

BaseCS: Depth First Search Implementing
computerscience BaseCS: Depth First Search Implementing

March 11, 2020