Are you serious? You don't know what the letters stand for? That should have been the first thing you learned! x and y are the coordinates of that particle in some coordinate system. u and v, as is said in the problem are the derivatives (do you know what a derivative is?) of x and y and so are the x and y components of the velocity vector. du/dt and dv/dt are the x and y components of acceleration.
It helps to know that a circle, with center at (0, 0) and radius R has equation [itex]x^2+ y^2= R^2[/itex]. And, of course, [itex]sin^2(x)+ cos^2(x)= 1[/itex]. That means that parametric equations for the circle are [itex]x= Rcos(\theta)[/itex], [itex]y= R sin(\theta)[/itex]. Now, the circumference of the circle is [itex]2\pi R[/itex] and if the particle is moving at constant speed U, it will complete the circle (moving through an angle of [itex]2\pi[/itex] radians) in time [itex]\frac{2\pi R}{U}[/itex] so has angular speed [itex]\frac{U}{R}[/itex]. That means the angle, at time t, is [itex]\theta= \frac{U}{R}t[/itex].