Consider the following DFA:
For each of the following strings, indicate whether the DFA accepts or rejects:
\begin{array}{c|l|l}
\text{string} & \text{accepts} & \text{rejects} \\
\hline
0000 & & \\
\hline
1111 & & \\
\hline
0010 & & \\
\hline
0110 & & \\
\hline
0100 & & \\
\end{array}