- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
Base
        Smac01 edited this page Oct 9, 2022 
        ·
        1 revision
      
    A base is the available numbers in a numbering system. For example, the most commonly known base is a base-10 numbering system or decimal numbers, which are 0,1,2,3,4,5,6,7,8, and 9. Another common base when dealing with computers is the binary base-2, which only has the numbers 0 and 1.
- Base 2 (Binary)
- Base 8 (Octal)
- Base 10 (Decimal)
- Base 16 (Hexadecimal)
- so on