answersLogoWhite

0


Best Answer

A binary code is used, instead of the more familiar ten digits of the Arabic numeral system, because it can be translated easily into a form that machines can use. If you have only two numbers, those numbers can be represented by on or off, they can also be represented by a north magnetic pole and a south magnetic pole, if the information is stored magnetically. The reason why 0 and 1 are used, instead of some other set of two numbers, such as 2 and 3, is just because those are the first numbers, not because their actually numerical value is relevant to how machines read numbers. We could just as easily have used any other two symbols, such as # and *.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why only 0 and 1 are represent as binary numbers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What two numbers represent a binary digit?

The only two numbers that represent a binary digit are 0 and 1


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 integers are used to represent binary numbers?

0 and 1.


What are the numbers in binary?

The only numbers used in binary are 0 and 1


What numbers is binary made up of?

Binary has all the numbers. Each binary digit can have the value 0 or 1 only.


How does BCD differ from the straight binary number system?

To consider the difference between straight binary and BCD, the binary numbers need to be split up into 4 binary digits (bits) starting from the units. In 4 bits there are 16 possible values from 0000 to 1111 (0 to 15). In straight binary all of these possible combinations are used, thus: 4 bits can represent the decimal numbers 0-15 8 bits can represent the decimal numbers 0-255 12 bits can represent the decimal numbers 0-4095 16 bits can represent the decimal numbers 0-65535 etc In arithmetic, all combinations of bits are used, thus: 0000 1001 + 0001 = 0000 1010 In BCD or Binary Coded Decimal, only the representations of the decimal numbers 0-9 are used (that is 0000 to 1001 in binary), and the 4-bits (nybbles) are read as decimal digits, thus: 4 bits can represent the decimal digits 0-9 8 bits can represent the decimal digits 0-99 12 bits can represent the decimal digits 0-999 16 bits can represent the decimal digits 0-9999 In arithmetic, only the representations of decimal numbers are used, thus: 0000 1001 + 0001 = 0001 0000 When BCD is used each half of a byte is read directly as a decimal digit. BCD is obviously inefficient as storage (for large numbers) as each nybble is only holding 3/8 of the possible numbers, however, it is sometimes easier and quicker to work with decimal digits (for example when there is lots of display of counting numbers to do there is less binary to decimal conversion needing to be done).


What is binary code and why was it chosen to represent data in computers?

Binary code is a base 2 number system, with only the digits 0 and 1. It is used to represent the on/off states of transistors in integrated circuits, with 0 representing off and 1 representing on. So, binary codes represent the possible states of hardware transistors, and the binary codes represent numbers and letters through a coding system like ASCII or EBCDIC.


What numbers are used in binary?

Binary uses only the digits 0 and 1.


Is binary numbers is the internal language of computer?

A computer only understand binary, which is 0 as "off" and 1 as "on."


What are to brinary numbers?

The only two binary numbers are 0 and 1.


What are the numbers in base 2?

Base two is also referred to as the binary number system.In the decimal system we use 10 different digits (0 to 9) to represent numbers. However, all numbers in binary consist of a combination of only 2 different digits; a "0" and/or a "1".All numbers can be represented using only these 2 digits.


What are the binary number?

The only numbers involved in the binary number system are one and 0. They are called binary numbers because it relates to exponents of the number two.