This page may qualify for speedy deletion because: nothing here that is not better covered in a Wikipedia article; no further reading/external links; move to user space is fine If you disagree or intend to fix it, and you have not contributed to it before, you may remove this notice. If you have contributed before and disagree, please explain why on the discussion page, after adding {{hangon}} to the top of the . This will alert curators and custodians to your intention, and may permit you the time to write your explanation. Before deleting check the discussion page, what links here, history (last edit), the page log, and Wikiversity:Deletions. |
Number Systems have been utilized since the ancient times. We have used sticks, stones, bones and seeds to count objects. This has led to the invention of the Abacus, a famous counting machine, still used until now in certain areas or parts of the world. It is a means of expressing or depicting numbers by means of symbols or characters.
In computing or information technology, number systems is a key part in computation and in report or output generation. There are four (4) number systems are used in computer engineering, computer science, and in information technology. These number systems are binary, octal, decimal and hexadecimal.
Binary is a base-2 number system that uses only two numbers in its system, namely only zero (0) and one (1). Bi is a prefix which means two. To differentiate or identify this number system from other number systems, we use the number 2 as a radix on any given binary number. In digital circuits and electrical machines, this has also relates to the concept of the OFF and ON state. OFF equals to zero (0) and ON equals to one (1).
ex. 1012
10112
Conversion of Binary to Decimal
There are different methods used in converting binary to decimal. One of which is using the exponents and powers of 2 and adding which portion has the bit placement of 1.