ACC is the class of all problems computable by constant depth, unbounded fan-in circuits with ∧,∨,¬ and MODm gates for any constant m. A related class to ACC is P/poly, which contains all problems computable by polynomial-size circuits with ∧,∨, and ¬ gates. IfC is a circuit with n inputs, then we use tt(C) to denote the string of length 2 obtained by evaluating C on all 2 possible inputs in le...