Idiot's definition, eh? C'mon, you're not an idiot!
Here goes...
There is logic and then there is fuzzy logic. Logic might also be called Aristotlean logic, standard logic, or crisp logic. Crisp to contrast with fuzzy.
Elementary logic has to do with defining formulas, which are composed of terms, and then assigning truth values to those formulas depending on the truth values of the terms.
A tautology is a formula that is true regardless of the truth value of its terms. An example is (A ^ (A->B))->B, where the connective ^ is "and". That is an example of a formula and a tautology.
In logic, there are TWO truth values. The truth value set, if you want to call it that, is {T,F} or {true, false}.
In fuzzy logic, there are MORE THAN TWO truth values. AFAIK, the truth set is [0,1], the set of real numbers not less than 0 and not greater than 1. There, 0 corresponds to F and 1 corresponds to T.
In ternary logic, there are three truth values. The truth set is {0,1/2,1}.
If you google "fuzzy logic application" you'll get an idea what it is "good for."
(Note that in ternary logic, under few assumptions, modus ponens is NOT a tautology.)