Binary Code
Basic Binary Code Binary code is a system of base 2 There are only 2 inputs, 0 or 1 It is read from right to left Each place from the right corresponds to the number(either a zero or a one) being multiplied by 2^k where k=the # of digits before it. An Exa...