We demonstrate some lower bounds for parameterized problems via parameterized classes corresponding to the classical AC 0 . Among others, we derive such a lower bound for all fptapproximations of the parameterized clique problem and for a parameterized halting problem, which recently turned out to link problems of computational complexity, descriptive complexity, and proof theory. To show the first lower bound, we prove a strong AC 0 version of the planted clique conjecture: AC 0 -circuits asymptotically almost surely can not distinguish between a random graph and this graph with a randomly planted clique of any size ≤ n ξ (where 0 ≤ ξ < 1).an (arbitrarily complex) precomputation [12] on the parameter. Later in [3] it was shown that para-AC 0 contains the parameterized vertex cover problem (p-VERTEX-COVER), one of the archetypal fixed-parameter tractable problems. For various other problems the authors of [3] also proved their membership in para-AC 0 . Concerning nonmembership, a result in [6] shows that the parameterized st-connectivity problem (p-STCONN), i.e., the problem of deciding whether there is a path of length at most k between vertices s and t in a graph G, parameterized by k, is not in para-AC 0 . It is worth noting that st-connectivity is solvable in polynomial time, and hence p-STCONN ∈ FPT.The class AC 0 is one of the best understood classical complexity classes. Already in [1,14] it was shown that PARITY, the problem of deciding whether a binary string contains an even number of 1's, is not in AC 0 . Since PARITY has a very low complexity, for many other problems, including VERTEX-COVER and CLIQUE, the AC 0 -lower bound can be easily derived by reductions from PARITY. Similarly, as p-CLIQUE / ∈ para-AC 0 , it is not very hard to see, using some appropriate weak parameterized reductions, that many other parameterized problems, including the dominating set problem, are not in para-AC 0 .It is well known that the class AC 0 is intimately connected to first-order logic (FO). In fact, the problems decidable by dlogtime-uniform AC 0 -circuits are precisely those definable in FO(<, +, ×), that is, in first-order logic for ordered structures with built-in predicates of addition and multiplication. Now we can also study various parameterized classes based on fragments of FO(<, +, ×). Let us emphasize that this is not merely an academic exercise. Logic and parameterized complexity are surprisingly intertwined with each other, which, among others, is witnessed by various algorithmic meta-theorems (see e.g. [16]). Moreover, the problem whether there is a logic for PTIME, a central problem of descriptive complexity, turned out (see [9] for a thorough discussion) to be related to the complexity of the parameterized halting problem p-HALT Instance: n ∈ N in unary and a nondeterministic Turing machine (NTM) M. Parameter: |M|, the size of he machine M.Question: Does M accept the empty input tape in at most n steps?In fact, already in [20] it was shown that PTIME has a logic if p-HALT has an algorithm with running ...