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: 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