.Binary two's complement arithmetic is widely used in microcontrollers, calculators, and computers because simple subtractions and additions require less code. The addition of two binary numbers in two's complement is straightforward in that the two numbers are added together. The subtraction operation of numbers in two's complement is done by adding the two numbers together to get the subtracted solution