aydan77
contestada

Give two advantages of representing integers in binary rather than ASCII.

Respuesta :

Hoque
A binary number system is used in computer language, with zero representing a 'off' position and one representing a 'on' position. The benefits include easier coding, fewer computations, and fewer computational errors. Boolean algebra can also make use of the binary number system.

The two advantages of representing integers in binary rather than ASCII are

  • Binary numbers take up much less space example. 76 string requires two bytes, but the integer needs just 1 byte.
  • Calculations are much simpler in Binary.

Computer language often make use of the binary number system with zero showing an off position and one showing an on position

The binary system is good as it

had ease of use in coding, fewer computations and less computational errors.

Conclusively, the Binary is regarded as a a base-2 number system that uses two mutually exclusive scenario to show information.

Learn more from

https://brainly.com/question/15981772