Any integer (2 or higher) can be used as a base for a number system, similar to the decimal system (which is base 10). Learning different bases can give you a better understanding of the decimal system which we regularly use. The binary (ba...
http://wiki.answers.com/Q/Why_you_use_binary_number_sys...
Ya a style of using binary numbers is same like the digits we use in decimal, we term it as BINARY CODED DECIMAL this scheme allows us to use 10000 as decimal number 10 and 10011001 as decimal number 99, and on systems the BCD to BINARY and...
http://answers.yahoo.com/question/index?qid=20070412102...
Converting a binary number into a decimal number is very simple process. Let's suppose we have a binary number 1000. To convert this number in to decimal separate each digit and multiply them with 2 and adding them with each other. Then giv...
http://www.blurtit.com/q705939.html
Well your for loop needs to use ; and not a comma separator. Also your fourth val value in your printf statement should be renamed, and thus should be the output from another function that converts your decimal to binary, perhaps using a ...
http://cboard.cprogramming.com/c-programming/101769-dis...
1. a positional system of numeration that uses binary digits and a radix of two
http://www.audioenglish.net/dictionary/binary_number_sy...
The modern binary number system was fully documented by Gottfried Leibniz
http://wiki.answers.com/Q/Who_developed_the_binary_numb...
Because information is transmitted through wires using electrons, every time an electron passes through a wire, it is counted as a "1", and every time an electron is not sent through the wire, it is counted as a "0".
http://wiki.answers.com/Q/Why_does_a_computer_use_Binar...