Consider a semiconductor technology where the maximum output value for a circuit was 1.2 Volts and the minimum output value was 0 Volts. If you had to figure out how to map these voltages to binary digital logic states (0 and 1), one simple approach might be to say that you'll treat any value less than 0.6 Volts as a 0 and any value greater than 0.6 Volts as a 1. This is a straightforward approach but is probably a bad idea. Why