Binary

From Qunet
Revision as of 11:05, 18 May 2022 by Akelle (talk | contribs) (Binary)
Jump to: navigation, search


Binary

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 a numbering system where each digit represents a power of 2.

Binary Conversion

Binary to Decimal

Decimal to Binary

Binary Addition

add stuff here



(C.1)