One logic function that is used for variety of purposes is the exclusive-NOR. The output of an exclusive-NOR function is false only if exactly one of the inputs is true. Show the truth table of a two-input exclusive-NOR function, and implement it using AND gates, OR gates and NOT gates.