TrainingMontage

web-dev / Writing

Home About

CS Basics: Converting Between Different Bases

Wednesday, October 6, 2021
  • CS Basics
  • Binary
  • Hexadecimal
  • Nibbles

Now that we've covered the basic numeral systems, it's time to learn how to convert from one to another.

CS Basics: Detour - Nibbles, MSB, and LSB

Tuesday, October 5, 2021
  • CS Basics
  • Binary
  • Hexadecimal
  • MSB
  • LSB
  • Nibbles

We're taking a quick detour to talk about an important concept when dealing with binary numbers — the Most Significant Bit, and the Least Significant Bit.

CS Basics: Hex and 32 bit Conversion

Monday, October 4, 2021
  • CS Basics
  • Hexadecimal
  • 32 Bit Numbers
  • Number Base Conversion

Once you have a handle on basic numeral systems like binary, it's time to move on to more complicated systems. We'll cover hexadecimal and 32 bit numbers in the second CS Basics post.

CS Basics: Binary Conversion

Saturday, October 2, 2021
  • CS Basics
  • Binary
  • Number Base Conversion

Understanding how to convert numbers to and from binary, or any numeric base, is a fundamental concept in programming and computer science. Let's get a grip on those fundamentals!

© 2022 Jeff Caldwell