analog - a representation of a signal that resembles the original; it implies a continuous, smoothly changing signal where any piece of information can take on any of an infinite set of values. Real-world phenomena, such as sound, heat, and pressure, are analog. For example, when someone says it is 55 degrees outside, it could really be 55.012492 degrees, or any value between that and 55.
arc lamp (see gas discharge lamp) - a gas discharge lamp in which light is produced by the passage of electricity, through a gas, across two electrodes enclosed in a quartz envelope; high-pressure arc lights (such as mercury vapor lamps, high-pressure sodium arc lamps, and metal-halide arc lamps) produce light in a physically small bulb of high-pressure gases; low-pressure arc lights (such as fluorescent lights, germicidal ultraviolet lamps, and neon sign lamps) employ a physically big tube of low-pressure gas plasma.
Boolean logic (also see digital) - a form of algebra in which all values are reduced to either TRUE or FALSE; this is the basic theory behind digital systems, where functions--known as logic gates--change incoming "1's" and "0's" according to a set of rules. Logic gates are put together in a sequence to get complex results, but they actually only do a limited number of things: they invert a bit (a HIGH input becomes a LOW output, called a NOT operation), and they compare two bits and tell you if they are the same (an AND gate) or different (an OR gate). These can all be mixed to get AND and OR gates that also invert to give NAND and NOR gates. Gates can be built up into complex structures that add, multiply, and compare numbers.