The state (i) is a pure state so its von Neumann entropy is \(0\). If you want to
see this explicitly, work in the orthonormal basis \(\{ \ket{\pm} = (\ket{0} \pm \ket{1})/\sqrt{2} \}\) and represent \(\ket{+}\) by \(\cvec{1 \\ 0}\) and
\(\ket{-}\) by \(\cvec{0 \\ 1}\). Then the state (i) is just \(\ket{+}\) so its
density matrix is
\[ \rho = \cvec{1 \\ 0} ( 1 \;\; 0) = \left( \begin{array}{cc} 1 & 0 \\ 0 & 0 \end{array} \right) \; . \]
Therefore we have
\[ S(\rho) = -1 \log 1 - 0 \log 0 = 0 \; . \]
For the mixed state (ii) we can work in the usual basis, representing
\(\ket{0}\) by \(\cvec{1 \\ 0}\) and \(\ket{1}\) by \(\cvec{0 \\ 1}\). Then we easily find
\[ \rho = \frac{1}{2} \cvec{1 \\ 0} ( 1 \;\; 0) + \frac{1}{2} \cvec{0 \\ 1} ( 0 \;\; 1) = \left( \begin{array}{cc} 1/2 & 0 \\ 0 & 1/2 \end{array} \right) \]
giving the von Neumann entropy
\[ S(\rho) = -\frac{1}{2} \log \left( \frac{1}{2} \right) -\frac{1}{2} \log \left( \frac{1}{2} \right) = \log 2 = 1 \; . \]
Now, to calculate the relative entropy we use the definition
\[ S(\rho_1 \vert\vert \rho_2) = \Tr(\rho_1 \log \rho_1) - \Tr(\rho_1 \log \rho_2) \; . \]
Here we take \(\rho_1\) to be the density matrix for state (i), and \(\rho_2\) for
state (ii). The first term is just minus the von Neumann entropy of state (i)
so we know from above that this is \(0\). To calculate the second term we must
write the two density matrices in the same representation. There are two natural
ways to do this. We could note that since \(\rho_2\) is proportional to the
identity matrix in one orthonormal basis, it is the same in any orthonormal basis. However, to illustrate the method more generally, let's work in the basis
representing \(\ket{0}\) by \(\cvec{1 \\ 0}\) and \(\ket{1}\) by \(\cvec{0 \\ 1}\).
note that when choosing the basis, it is important that \(\rho_2\) is diagonal
so that we can calculate \(\log \rho_2\) be just taking the logarithm of each
diagonal element. In this representation state (i) is \(\frac{1}{\sqrt{2}}\cvec{1 \\ 1}\) so
\[ \rho_1 = \frac{1}{2} \cvec{1 \\ 1} ( 1 \;\; 1) = \frac{1}{2} \left( \begin{array}{cc} 1 & 1 \\ 1 & 1 \end{array} \right) \; . \]
Then we can calculate
\begin{eqnarray*}
\Tr(\rho_1 \log \rho_2) & = & \Tr \left[ \frac{1}{2} \left( \begin{array}{cc} 1 & 1 \\ 1 & 1 \end{array} \right) \left( \begin{array}{cc} \log(1/2) & 0 \\ 0 & \log(1/2) \end{array} \right) \right] \\
& = & -\frac{1}{2} \Tr \left( \begin{array}{cc} 1 & 1 \\ 1 & 1 \end{array} \right) = -1
\end{eqnarray*}
which gives
\[ S(\rho_1 \vert\vert \rho_2) = 0 - (-1) = 1 \; . \]