this post was submitted on 03 Aug 2023
2892 points (97.0% liked)

Strange Planet by Nathan W. Pyle

7276 readers
2 users here now

A community dedicated to Strange Planet comics by Nathan W. Pyle.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] candybrie 6 points 2 years ago* (last edited 2 years ago)

That would be the case for any base system. Do you know what a base system is? It's basically how many values before you go to the next place. So base 2, or binary, is 0 and 1. Counting goes 0, 1, 10, 11, 100, ... Base 16 is generally 0-F. Counting goes 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 1A, 1B, 1C, 1D, 1E, 1F, 20,...