Step 1: Check statement (I) using the characteristic polynomial.
The eigenvalues of \(A\) are the roots of the characteristic polynomial \(p(\lambda)=\det(A-\lambda I)\). Because every entry of \(A\) is real, every coefficient of \(p(\lambda)\) is also real.
Step 2: Use the fact that real-coefficient polynomials have conjugate root pairs.
If \(p(\lambda)=0\) for some \(\lambda\in\mathbb{C}\), take the complex conjugate of both sides. Since every coefficient is real, conjugation passes through each term unchanged, giving \(p(\bar\lambda)=\overline{p(\lambda)}=\overline{0}=0\). So \(\bar\lambda\) is also a root of \(p\), that is, also an eigenvalue of \(A\). Statement (I) is TRUE.
Step 3: Set up statement (II) in real and imaginary parts.
Write \(v=u+iw\), where \(u=\text{Re}(v)\) and \(w=\text{Im}(v)\) are real vectors, and \(\lambda=x+iy\) with \(y\neq0\). From \(Av=\lambda v\),
\[
A(u+iw)=(x+iy)(u+iw)=(xu-yw)+i(yu+xw).
\]
Since \(A\) is real, \(Au\) and \(Aw\) are both real vectors, so matching real and imaginary parts on the two sides gives the pair of real equations
\[
Au=xu-yw \qquad\text{and}\qquad Aw=yu+xw. \tag{$\ast$}
\]
Step 4: Suppose, for contradiction, that \(u\) and \(w\) are linearly dependent.
Since \(v\neq0\) (an eigenvector is never the zero vector), \(u\) and \(w\) are not both zero. First suppose \(w=0\) with \(u\neq0\). The second equation in \((\ast)\) gives \(0=Aw=yu+x\cdot0=yu\). Since \(y\neq0\), this forces \(u=0\), contradicting \(u\neq0\). Now suppose \(u=0\) with \(w\neq0\). The first equation gives \(0=Au=x\cdot0-yw=-yw\), and since \(y\neq0\) this forces \(w=0\), a contradiction. So neither vector alone can be zero.
Step 5: Rule out a nonzero proportional relation.
So assume \(u\neq0\), \(w\neq0\), and \(w=cu\) for some nonzero real number \(c\). Substitute into the second equation of \((\ast)\) and also use the first:
\[
Aw=A(cu)=c\,Au=c(xu-yw)=c(xu-y(cu))=(cx-c^2y)u.
\]
But also directly from \((\ast)\), \(Aw=yu+xw=yu+x(cu)=(y+cx)u\). Since \(u\neq0\), equate the two expressions for \(Aw\):
\[
cx-c^2y=y+cx\ \Rightarrow\ -c^2y=y\ \Rightarrow\ y(c^2+1)=0.
\]
Since \(y\neq0\), this needs \(c^2=-1\), impossible for a real number \(c\).
Step 6: Conclude statement (II).
Every possible way \(u\) and \(w\) could be linearly dependent leads to a contradiction. So \(u=\text{Re}(v)\) and \(w=\text{Im}(v)\) must be linearly independent over \(\mathbb{R}\). Statement (II) is TRUE.
Final Answer:
Both statement (I) and statement (II) are correct.
\[
\boxed{\text{Both statements (I) and (II) are correct}}
\]