Indeterminate forms of functions are those forms which really have a finite value but it cannot be determined by just looking at it, for example $\frac{x}{x}$ at $x=1$ has value $1$, clearly. But $\lim _{x \rightarrow 0} \frac {x}{x}$ can be found using some algorithm i.e. generally cancelling of indeterminate factors. Indeterminate forms are of forms such as $$ \frac{(\rightarrow 0)}{(\rightarrow 0)} , \frac{(\rightarrow \infty)}{(\rightarrow \infty)}, {\rightarrow 1}^{ \rightarrow \infty }, {\rightarrow 0}^{ \rightarrow 0}$$
In your second example it is $\lfloor x^2 \rfloor$ , which at $x \rightarrow 0$ is exactly $0$. Therefore :
$$\lim_{x\to 0} \frac{\lfloor x^2 \rfloor}{x^2}=\frac{0}{(\rightarrow 0)} = 0$$
On the other hand undefined form (although you haven't asked for this, I am telling ) are those which do not have really a finite value those aren't even defined to have finite value , for example : $$\frac {0}{0} ,{0}^{0 } , \frac{\infty}{\infty}$$
Hope it clears your doubt.