Incrementing a binary number means identifying what value comes next by adding 1 and applying carry operations across the bit positions. This skill builds on basic binary counting and is essential for working with binary arithmetic.
Binary Counting: Next Number
Another thing that's going to be really important is not just the count, but knowing what the next number is going to be. In our last exercise we started at zero and just started counting up, but that's a little different than starting in the middle somewhere and saying what the next number is. So we're going to start out with a binary number and figure out what the next number coming after that is.
In this exercise we have a number that's presented to us, and we're going to say what the next number is going to be. So let's do a couple of these.
For this first one I'm going to just count up to the next number, so essentially I'm adding 1 to it. What's going to happen is 1 plus 0 is 1, and then we carry down the other bits. So the answer to this, the next one after 1000, is going to be 1001.
Let's do another one. This next one here I'm going to add one to it as well. So what's the next one? Well, this first one cancels out, so then I carry the 1 to the next column. I add that together and that is going to be two, which we can't do, so it cancels out, we get a zero, and then I carry one to the next one. I do the same thing here, so that's going to be 0 as well, and I'm going to carry 1 to the next one. Now I've got 1000. So the next one after 0111 is going to be 1000.
There are other problems here. Go through and figure out what the answers are, what the next number is for each one of these numbers. Then check your work and make sure it's all correct.
Once again, you'll want to practice this and make sure you're familiar with it. If you're in the booklet, or if you're on my online course, you'll have some extra examples that you can go through and test out your ability of doing this. But just make sure that you have this down before you proceed on to the next step.
TechKnowSurge builds IT and cybersecurity professionals through hands-on, concept-first training built around real understanding — not memorization. Free interactive tools, structured programs, and 25+ years of real-world experience, all in one place.
Explore free tools and programs →