answersLogoWhite

0


Best Answer

Hindu-Arabic is a numeral system where actual numbers (one, two, three, etc) are represented by glyphs, or symbols (1, 2, 3, etc). The glyphs we use today are actually West Arabic numerals descended from Hindu-Arabic, which itself descended from Indian Brahmi numerals. Today, we simply call them Arabic numerals.

The Hindu-Arabic system uses ten symbols, and is therefore base-10, decimal (it was originally base-9 as there was no symbol for the number zero). The binary system is base-2. As such there are only two glyphs in binary, 0 and 1. Apart from that there really is no difference between binary and decimal. They both work in the same way.

Both are positional numbering systems, whereby the right-most digit represents the units (0-9 for decimal, 0-1 for binary). The digit to its immediate is multiplied by the base raised to the power of 1. The next digit to the left is multiplied by the base raised to the power of 2. And so on.

Thus the symbols 100 are translated as 1x(10 squared) in decimal (one hundred), or 1x(2 squared) in binary (four).

The binary numbering system is predominantly used in computing, because it directly correlates to the way in which a transistor switches between its two voltage states. These states are actually high and low voltage states, however we can interpret these states as being on and off or true and false. But the binary numbering system is by far the easiest way to represent these states. For instance, to store the value 100 (decimal) in a computer's memory, we simply switch the memory's transistors such that a group of eight transistors represents the binary value 01100100.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between the binary number system and the Hindu Arabic?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the binary number for 0100011?

0100011 is not a binary number nor a properly written Arabic Numeral Number. If you are asking about how to convert 100,011 into binary, the result is: 1101011011011101111000011010101011. If you are asking about how to convert 1100010 into an Arabic Numeral, the result is: 98. If this is a binary command (as opposed to a binary number), there is the possibility that it may trigger the "1" character displaying.


What is the difference between a number system and a binary system?

A binary system is a special type of a number system. The binary system uses only two digits, other number systems use more.


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 the difference between the Arabic number system and the Indian Brahmin system?

67295706


How do you write 11011 in Hindi-Arabic numerals?

11011 is a binary number which represents the number 27


What is the difference between greek numbers and Hindu Arabic?

- The existence of 0. - Greek number is all alphabets, while the Hindu Arabic number is based on 10 different symbols.


Difference between binary data and digital data?

only difference is that binary is only consists of 0 and 1 bits,where as digital means it may either contain binary bits (0,1), or contain the numeric digit (0-9), mainely digital means just the number between 0 to 9


What is the difference between Hindu- Arabic and roman number system?

Hindu Arabic is the number we use like 1,2,3,4........ Roman numbers are the numbers Romans were using like I,II,III,IV,V.........Improved Answer:The main difference between Hindu-Arabic numerals and Roman numerals is the absence of a nought figure in the Roman numeral system.


What is the difference between Hindu-Arabic and Babylonian number systems?

Hindu-Arabic is our current number system while Babylonian numbers are an ancient number system which uses base 60 and uses only two symbols.


How do you calculate difference between three number in percentage?

"Difference" is a binary operation. It is defined in the context of two numbers - you do not have a difference of three numbers. And that applies in absolute terms or percentage terms.


What is the difference between Babylonian number system and Hindu Arabic number system?

the kind of symbols they have i think lol :P good luck on that one!


What is difference between binary and unary operator in c language?

The number of arguments will be one for the unary operators and two for the binary operators. In the case of unary operators, the argument must be of the same type as that of the enclosing class or structure.