answersLogoWhite

0


Best Answer

The Binary system uses only the numbers 1 & 0.

The decimal system has "dots" in them

example of decimal: 1.25

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a very simple difference between your common decimal system and the computers binary system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why do computers use the decimal system?

Computers use a binary system, not decimal.


Express the decimal number 57 in binary?

The binary value of the decimal number 57 (fifty seven) is 00111001According to three different decimal to binary converters I tried, the decimal number 57 is expressed in binary as 111001. Being able to convert to binary is important because binary is what computers work in.


What is the difference between binary codes and bcd codes?

In BCD each digit of a decimal number is coded as a separate 4 bit binary number between 0 and 9.For example:Decimal 12 in BCD is shown as 0001 0010 (Binary 1 and Binary 2), in Binary it is 1100.


What is difference between Binary numbers and Decimal Numbers?

Binary can only be 1 & 0. Decimal numbers have a dot in them. Binary numbers use only 2 symbols (0 and 1) to represent different numbers, while decimal numbers use 10 symbols (0 to 9) to represent different numbers. check the below link for more.


Why is BCD used in computers?

BCD is used for binary output on devices that only display decimal numbers.


What is the difference between binary and decimal?

Decimal has ten different digits - 0 1 2 3 4 5 6 7 8 9 Binary only has two different digits - 0 1


What is the difference between decimal and binary odometer?

ticking over and getting a new no. like do the clock or some type of speedometer...


What is the difference between 2 and 10?

2 is decimal format in computer language. 2 can be represented as 10 in binary format.


What number system was the first computer built between 1939 and 1942?

Guessing you are referring to ABC, binary. 50 bit binary numbers If you meant instead the Harvard Mark I, decimal. 23 digit decimal numbers. Both computers were completed in 1942.


Do computers use the decimal number system to store data?

No, they use the binary system


What is the primary use for brinary code?

Binary code is the basic language of "ones" and "zeros" with which computers operate. It is useful to people working in computer science to know how to convert between binary and decimal notations, for various reasons involving basic fundamental operations of computers.


How many times do you have to have 4 K to equal 128 MB?

Assuming you know the difference between binary and decimal: Binary: 1024K = 1MB 128MB * 1024KB = 131072KB (KB's in 128MB) 131072KB / 4 = 32768 (4KB's in 128MB) Decimal: 1000K = 1MB 128MB * 1000KB = 128000KB (KB's in 128MB) 128000KB / 4 = 32000 (KB's in 128MB) If you don't know the difference between binary and decimal, binary is exact values, decimal is the way things are marketed. (IE: A hard drive is marketed as 80GB when in reality you only get 78.125GB)