Week 1 - Paul-Jones-DF/SYS-140-Journals GitHub Wiki

Like in the standard base 10 system we use for everyday use, a base 01 system or really a base two system makes it so that each time a block of numbers is completed the next block has to be double the previous for example 10 in base 0,1 number system means two because the second block is filled and thus twice one. We can represent larger numbers too such as seven being represented as 111 because there is 1,1 1,2 and 1,4 with four being the third block as it is double two. Another system is a hexadecimal system which is in essence a base 36 number system which uses 0-9 along with a-z to represent any numbers higher than 9.