Electronics II: ADC + DAQ

In binary, because it is of base 2, you take 2 to that corresponding power, and that is the multiplier for that digit. For example, let’s look at the number 13. Using the decimal system, we know: 13 = (1*10^1) + (3*10^0) = 1*10 + 3*1 = 13. Using binary, count up to 13 using the number line above described, and you will see 13 is 1101. ................
................