answersLogoWhite

0


Best Answer

There is no difference. Decimal notation is merely a human convenience. The same rules that apply to decimal also apply to binary, the only difference being that decimal has 10 digits and deals with powers of 10, while binary uses 2 digits and deals with powers of 2. Binary (base-2) is the most primitive form of numeric notation and by far the simplest to implement at the machine level.

User Avatar

Wiki User

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

Wiki User

9y ago

The only real difference is the number of symbols used to represent a single digit. In decimal, there are ten symbols: 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9. But in binary there are only two symbols: 0 and 1. As a result of this, the positional value of each digit has to change. This positional value is directly related to the base.

The least-significant digit of any natural number is always the units digit. It makes no difference what base we are working in, a unit is always 1. This is because the least-significant digit represents the value (digit * base^0) and base^0 is always 1 (any number raised to the power zero is one). As we move through the digits towards the most-significant digit, we increase the power by 1. So working right-to-left, we get the following position values for each digit:

digit * base^0,

digit * base^1,

digit * base^2,

digit * base^3, and so on...

When we work with fractions, the powers decrease by 1 as we work from left to right after the dot separator. Thus we get the following position values:

digit * base^-1

digit * base^-2

digit * base^-3, and so on...

If we take the symbol 1011, in decimal we would get:

1 * 10^0 = 1 * 1 = 1

1 * 10^1 = 1 * 10 = 10

0 * 10^2 = 0 * 100 = 0

1 * 10^3 = 1 * 1000 = 1000

Adding these up we can see that 1011 decimal is one-thousand-and-eleven.

In binary, 1011 gives us:

1 * 2^0 = 1 * 1 = 1

1 * 2^1 = 1 * 2 = 2

0 * 2^2 = 0 * 4 = 0

1 * 2^3 = 1 * 8 = 8

Adding these up we can see that 1011 binary is eleven.

This works for any base. In octal (base-8) we get:

1 * 8^0 = 1 * 1 = 1

1 * 8^1 = 1 * 8 = 8

0 * 8^2 = 0 * 64 = 0

1 * 8^3 = 1 * 512 = 512

Thus 1011 octal is five-hundred-and-twenty-one.

In hexadecimal (base-16), we get:

1 * 16^0 = 1 * 1 = 1

1 * 16^1 = 1 * 16 = 16

0 * 16^2 = 0 * 256 = 0

1 * 16^3 = 1 * 4096 = 4096

Thus 1011 hexadecimal is four-thousand-one-hundred-and-thirteen.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

The Binary system is a system that allows for the use of 1s and 0s to represent numerical values in the Base 10 system or Decimal System. For example:-

10 would be represented as 1010

Computers Use the Binary system as it is the quickest form of open and closing a switch 1 is Open is 0 is Off. Although computer languages Differ from Pascal to C++, it is all in an attempt to get them to compile down as fast as possible into ones and zeros

Going back to the representation above.

If the computer had to open and close the switch 10 times it would be slower where as opening it twice and shutting it twice is much faster 1 open 0 close 1 open 0 close; 4 operations as opposed to 10.

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

binary number output is 0's and 1's. in decimal number is a whole integer value

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: On the computer system what is the difference of binary and decimal?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

In the binary system what is the decimal number 2 represented by?

I'm pretty sure binary is just 1's and 0's


What is the decimal equivalent of 0XFFFF?

0X at the beginning represent a number in the hexadecimal system of units. FFFF is the hexadecimal equivalent of i) 65535 in decimal system of units ii) 1111111111111111 in binary system of units


What are two advantages of using binary numbers rather than decimal numbers in a computer system?

Your question is actually flawed...binary system is not used in digital systems... Rather, systems using binary numbers only are called digital systems... It is common knowledge that, digital electronics employs just 2 states (or rather numbers, as mathematicians put it...) the two numbers being '0' and '1'. Obviously, it is easier to design electronic systems dealing with just 2 states...It's majorly this ease, that led to such exponential development in the field of digital electronics. It ios also cheaper to make or produce such systems...


What is the Decimal Binary and Hexadecimal system?

It is a numerical system where each significant numeral represents a change of 2^16th power. Decimal, or, "base 10", is the normal system of decimals. For example, 124 is "10 ^ 2 + 2 * 10 ^ 1 + 4 * 10 ^ 0" (or "one hundred twenty four"). In hexadecimal, each position is 16 base units instead of 10. This makes reading binary code easier, as binary and hex easily convert to each other directly.


Why or why not can all numbers be represented in a binary system?

All numbers can be represented in a binary number system. Binary is the base 2 number system, meaning that there 2 possible values per place: 0 and 1. A decimal system allows for 10: 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9. In a decimal system, you carry out and add a space once you pass 9. Thus, you end up with a 1 in the second place and a 0 in the first. The first space then counts up again. Similarly, a binary system adds a place when it reaches 2. In a decimal system, there are 10x numbers which can be represented by a system with x places. In binary, there are 2x possible numbers. If the number of places is infinite, an infinite number of values can be represented. Negative numbers can be represented in a variety of ways, from a dash as is commonly used in decimal to a 2's complement to a sign bit (i.e. a 1 or a 0 which will tell the reader or the machine the sign of the number).

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 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.


Is the us number system decimal or binary?

Decimal.


Why do computers use the decimal system?

Computers use a binary system, not decimal.


What is the binary number for the decimal number 134?

The binary number for the decimal 134 is calculated as 128+4+2=10000110. The binary number system is used internally on almost all computers and computer based devices like cell phones.


The binary number 10 represents what in the decimal number system?

Binary ( 1 0 ) = decimal ( 2 )


What is the advantage of having the binary number system to represent data inside the computer instead of the decimal number system?

They use the binary sysem because the number 1 means the switch is turned on and the number 0 means the switch is off. There is no way to use the decimal number system.


How does a binary system differ from a decimal numbering system?

Binary is base 2, using the digits 0 and 1. Decimal system is base 10 with 0-9.


Is binary also known as decimal system?

No.


1101 in binary system is equal to what in decimal system?

8


How are negative number represented in binary number system?

Just as in decimal, you can put a minus sign in front. For example, if 101 (binary) is decimal 5, then -101 (binary) is decimal -5.


What is the decimal number of the binary number 13 in the OCT counting system?

There is no decimal number for the binary number 13 because 13 cannot be a binary number.