answersLogoWhite

0

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!

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Which tool would you use to draw a circle?

A compass


What is the tool used on a computer to draw a circle?

Circle Tool.


What tool is used for drawing circles?

You use a compass to draw an accurate circle.


A tool used to draw a circle?

A compass is a geometric tool used to draw circles.


How do you draw a circle in assembly program?

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.


What is the name of the tool that is used to draw a circle?

compass


How do you draw a circle on Windows XP?

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?


What tool can be used to draw a circle graph?

A Compass - Pie Chart


What geometric shape do you use to draw a circle?

Circle


What is the purpose of ellipse tool in Photoshop?

To draw ellipse or circle shapes and paths.


What motion do you use if you draw a circle in the air with your finger?

a circle


How do you make circle inside circle in mswlogo?

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.