Binary Addition

Introduction

Even when a decimal number is converted to binary, we can still perform mathematics on it as if it were a decimal number.

One mathematical operation is simple addition, where we can add two numbers and get a result.

However, sometimes, the answer’s result can be too big for our number of bits, and this is called an overflow.

In this lesson, we’ll learn about:

  1. How to add two binary numbers together.
  2. What overflow errors are and how to they occur.