It might help to write the function in the following way:
$$
r(t) = 5\cos t \,\vec v_1 + 5\sin t \,\vec v_2
$$
Where $\vec v_1$ and $\vec v_2$ are the orthogonal unit vectors
$$
\vec v_1=\left(\frac35,\frac45,0\right)\qquad \vec v_2 = (0,0,1)
$$
For any choice of $\vec v_1$ and $\vec v_2$ that are of length one and perpendicular to each other (that is, orthogonal unit vectors), the above expression gives you a circle of radius $5$. This includes the usual unit circle, where $\vec v_1=(1,0,0)$ and $\vec v_2=(0,1,0)$.
But, supposing that you did not have this stroke of insight, you could always verify that this parametrizes a curve of constant distance origin by noting that for any $t$:
$$
[x(t)]^2+[y(t)]^2+[z(t)]^2=5^2
$$
Or by noting that for any $t$,
$$
r(t)\cdot r'(t)=0
$$
As Jared notes, if you then notice that the curve lies entirely in a single plane (in this case, $4x-3y=0$) you may deduce that the curve is some piece of a circle.