answersLogoWhite

0

Binary is easier for the computer to understand. It is also easier to handle and is not costly.

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Computer Science

What is meant by excess 3 code in computer science?

Excess 3 code in computer, is defined as a number code in which the decimal digit 'n' is represented by the four bit binary equivalent of n + 3. Symbolically can be represented as XS-3 code.


What is the definition of an integer in computer science?

An integer is a datatype which represents every positive and negative natural number. Additionally it can represent zero, but no decimal numbers. However, the actual size of the integer my be limited by the operating system.


What can binary do?

Binary is a system of numbers that a computer uses to record data. It is simpler than decimal as its only characters are 0 and 1 while decimal has 0 1 2 3 4 5 6 7 8 and 9. A computer can more easily record "on off" or 10 than it can 2. in the same way it can more easily record 11 than 3, 100 than 4 101 than 5 110 than 6 etc. So basically, Binary is just a simpler way of recording the same numbers as decimal, and is much easier for computers to use to store data than decimal as they can just store their bytes as packets of on off on off and that converts on the screen to numbers letters and pixels. oh and your mouse is dependent on binary too.


What was the name of first computer in which binary numbers were used instead of decimal number?

ABC-1039 The Atanasoff-Berry Computer was the world's first electronic digital computer. It wasbuilt by John Vincent Atanasoff and Clifford Berry at Iowa State University during 1937-42. It incorporated several major innovations in computing including the use of binary arithmetic, regenerative memory, parallel processing, and separation of memory and computing functions.


What is the binary representation of the keyword "129" in decimal?

The binary representation of the keyword "129" in decimal is 10000001.