answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

Binary codes for decimal digits require a minimum of four bits. Numerous different codes can be obtained by arranging four or more bits in ten distinct possible combinations.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What benefit does the binary digit have over decimal in ters of the internal operation of computer?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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 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 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.


12000 in decimal form?

1.2E4 edit: 12000 is already in decimal form


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.

Related questions

Was ENIAC a decimal or binary computer?

decimal computer


How do you find where to place a decimal?

Depends on the type of operation.


How do you make 1836 into a decimal?

1836 can't be made into a decimal without an operation occuring. If you just want it as an decimal, then its going to be 1836.0


What are the four fundamentals operation with decimal numbers?

Add, subtract, multiply and divide.


What are the 4 basic operation on decimals?

The 4 basic operation on decimal are subtraction, multiplication, addition, and division. by: queeny nathalie astudillo try this.....


How do you round 0.4 to 1 decimal place?

That's a very difficult operation, because 0.4 is already rounded to one decimal place.


Dewey decimal system for computer?

69


Can the computer only understand OR READ the decimal system?

No.


What operation is involved when you move a decimal point to the left of a number?

dividing the number by a power of 10


What are the properties of the operation rational number?

Any number or decimal number that can be expressed as fraction is rational.


How do you estimate a decimal?

1. You must first go to the place in front of the decimal and round that number 2. Do the same for the next number 3. Lastly do the operation to find your answer


What is deference between BCD and decimal number?

BCD is a decimal number. BCD is one specific way to store decimal numbers in computer memory.