It is called a compass. No, not like the kind with North, West, etc. but the math type. In most cases, you might hold your finger down in a certain place on the compass to keep it steady, then put a sharp pencil in a little hole (the closer to the center, the smaller your circle), and draw a circle with the pencil still in the hole. Hope this helps!
A compass
Circle Tool.
A compass is a geometric tool used to draw circles.
You can draw a circle in assembly program by using a compass-like tool. Secure the tip of the compass and then rotate the compass tool so that it completes the circle.
compass
A compass
Circle Tool.
You use a compass to draw an accurate circle.
A compass is a geometric tool used to draw circles.
You can draw a circle in assembly program by using a compass-like tool. Secure the tip of the compass and then rotate the compass tool so that it completes the circle.
compass
In your start menu go to Accessories -> Paint, choose the circle tool and use it on the canvas by clicking, dragging and releasing. Nice circle, huh?
A Compass - Pie Chart
Circle
To draw ellipse or circle shapes and paths.
a circle
To draw a circle inside another circle in MSWLogo, you can use the REPEAT command along with the CIRCLE command. First, use the CIRCLE command to draw the outer circle, then adjust the pen position to the center and use the CIRCLE command again with a smaller radius for the inner circle. Here's a simple example: CIRCLE 100 ; Draw outer circle with radius 100 PENUP SETXY 0 -50 ; Move to inner circle position (50 units up) PENDOWN CIRCLE 50 ; Draw inner circle with radius 50 This will create a smaller circle inside the larger one.