answersLogoWhite

0


Best Answer

The binary system has only two digits: 0 and 1

The decimal has ten digits: 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9

In binary, numbers are expressed as linear combinations of powers of 2 as in

13 = 1*23 + 1*22 + 0*21 + 1*20 which is written as 1101

In decimal, they are expressed in terms of powers of 10:

1507 = 1*103 + 5*102 + 0*21 + 7*20

All rules of mathematical operations (addition, subtraction, multiplication, division, exponents, etc) apply to both systems in the same way.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
User Avatar

Prottoy Podder

Lvl 1
2y ago
It is very helpful for me

Add your answer:

Earn +20 pts
Q: Difference between binary and decimal numbers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a very simple difference between your common decimal system and the computers binary system?

The Binary system uses only the numbers 1 & 0. The decimal system has "dots" in them example of decimal: 1.25


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.


What is the difference of binary and decimal numbers?

-- The decimal system (base-10) uses 10 digits to write all numbers. -- The binary system (base-2) uses 2 digits to write all numbers.


Convert the following decimal numbers into their equivalent binary numbers and then convert the resulting binary numbers back into the decimal numbers a. 6401 b. 1010110?

a) 6401 in Binary is 1100100000001b) 1010110 in decimal is 86


What is the binary numbers?

It is 127 in decimal numbers.


How can you convert 110.101into decimalnumber system?

110.101 is already a decimal number. Unless that is intended to be two binary numbers with a decimal point between them for some reason. (decimal points are not used to represent fractional numbers in the binary system).


What is remainder in numbers?

A remainder is the numbers after a decimal point; sometimes used as repesenting in binary to get a binary number from a decimal number.


Why is it important to properly subscript our numbers on the Binary numeral system?

To ensure they are read as binary numbers and not decimal numbers.


What is the sum of the binary numbers of 1001 plus 10 in both binary and decimal?

easy, 1011. in binary of course. convert 1011 binary to decimal you get 11.


What's the answer for binary numbers of 1001 convert to decimal numbers?

1001 base 2 = 9 base 10


What is year 2010 in binary numbers?

Decimal 2010 = Binary 11111011010.


How do you write the number 212 in binary numbers?

212 (decimal) is 11010100 (binary)