Binary
Contents
Why We Need (why we use) Binary
Numbering Systems
The system we usually use is decimal system, i.e. base 10, where we have 10 digits to describe any number (0,1,2,3,4,5,6,7,8,9). When keeping track of amounts larger than 9, multiple digits are necessary, where each digit represents a power of 10. For example, the number can be expanded to make this explicit:
Now consider the binary system, i.e. base 2, where we only use 2 digits to describe any value/number (0 and 1). When keeping track of values larger than 1, multiple digits are necessary, where each figit represents a power of 2. For example, the number can be expanded to make this explicit:
Converting a Decimal Number to a Binary Number
Put example here of dividing by 2, over and over, and keeping track of remainders, etc...
Binary to Decimal
Decimal to Binary
Binary Addition
add stuff here
(C.1) |