Each determinant is expanded by the cofactor rule \(\displaystyle |A|=\sum_j a_{ij}(-1)^{i+j}M_{ij}\), choosing the row or column with the most zeros so as to do the least work.
(i) Row $\displaystyle 2$ is \(\displaystyle 0,\;0,\;-1\), so expand along \(\displaystyle R_2\); only the entry \(\displaystyle a_{23}=-1\) contributes:
\[\left|\begin{array}{rrr}3 & -1 & -2 \\ 0 & 0 & -1 \\ 3 & -5 & 0\end{array}\right| = (-1)\,(-1)^{2+3}\left|\begin{array}{rr}3 & -1 \\ 3 & -5\end{array}\right|.\]
The sign factor \(\displaystyle (-1)^{2+3}=-1\) is the step usually dropped. The minor is \(\displaystyle (3)(-5)-(-1)(3) = -15+3 = -12\), so
\[= (-1)(-1)(-12) = -12.\]
(ii) Expand along \(\displaystyle R_1\), remembering the alternating signs \(\displaystyle +,\,-,\,+\):
\[\left|\begin{array}{rrr}3 & -4 & 5 \\ 1 & 1 & -2 \\ 2 & 3 & 1\end{array}\right| = 3\left|\begin{array}{rr}1 & -2 \\ 3 & 1\end{array}\right| - (-4)\left|\begin{array}{rr}1 & -2 \\ 2 & 1\end{array}\right| + 5\left|\begin{array}{rr}1 & 1 \\ 2 & 3\end{array}\right|\]
\[= 3(1+6) + 4(1+4) + 5(3-2) = 21+20+5 = 46.\]
(iii) Expand along \(\displaystyle R_1\) (its first entry is \(\displaystyle 0\)):
\[\left|\begin{array}{ccc}0 & 1 & 2 \\ -1 & 0 & -3 \\ -2 & 3 & 0\end{array}\right| = 0 - 1\left|\begin{array}{rr}-1 & -3 \\ -2 & 0\end{array}\right| + 2\left|\begin{array}{rr}-1 & 0 \\ -2 & 3\end{array}\right|\]
\[= -1\big(0-6\big) + 2\big(-3-0\big) = 6-6 = 0.\]
This is no accident: the matrix is skew-symmetric (\(\displaystyle a_{ij}=-a_{ji}\)) of odd order, and every such determinant is \(\displaystyle 0\).
(iv) Expand along \(\displaystyle R_1\):
\[\left|\begin{array}{rrr}2 & -1 & -2 \\ 0 & 2 & -1 \\ 3 & -5 & 0\end{array}\right| = 2\left|\begin{array}{rr}2 & -1 \\ -5 & 0\end{array}\right| - (-1)\left|\begin{array}{rr}0 & -1 \\ 3 & 0\end{array}\right| + (-2)\left|\begin{array}{rr}0 & 2 \\ 3 & -5\end{array}\right|\]
\[= 2(0-5) + 1(0+3) - 2(0-6) = -10+3+12 = 5.\]
The values are: (i) \(\displaystyle -12\), (ii) \(\displaystyle 46\), (iii) \(\displaystyle 0\), (iv) \(\displaystyle 5\).