0

Why do we have to use complements (e.g 2's complement, 10's complement etc) in computer systems to perform subtraction operations? Just like circuits for addition operations(adders) , we do have circuits for subtraction(subtractors), right?

Waqar Danish
  • 83
  • 1
  • 2
  • 9

1 Answers1

0

The logical answer for your question is, that if we can solve a problem just by using operations(adder) then why make your circuit complex using adder and subtracts. Making it more simple using multiple adder in circuit is easier has compared to adder and subtracts. For more information you can see the images below and think if we have to join multiple of them how complex our circuit will become; Simple adder circuit Simple Subtractor circuit

Zero001
  • 31
  • 9