Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Disegno di forme

Total questions: 11

Worksheet time: 11mins

Name
Class
Date
1.

Draw a circle with:

a)

circle(Xcenter, Ycenter, Radius)

b)

circle(Radius,Xcenter, Ycenter)

c)

circle(X start, Y start, X end, Y end)

d)

Circle(Radius)

2.

Draw a rectangle:

a)

line(Xcenter, Ycenter)

b)

rectangle(X top left corner, Y top left corner, width, height)

c)

line(X start, Y start, X end, Y end)

d)

rectangle(X vertex1, Y vertex1, X vertex2, Y vertex2, X vertex3, Y vertex3)

3.

Draw a line:

a)

line(Xcenter, Ycenter)

b)

line(X top left corner, Y top left corner, width, height)

c)

line(X start, Y start, X end, Y end)

d)

line(width)

4.

Draw a triangle:

a)

circle(Xcenter, Ycenter, Radius)

b)

triangle(X top left corner, Y top left corner, width, height)

c)

triangle(X start, Y start, X end, Y end)

d)

triangle(X vertex1, Y vertex1, X vertex2, Y vertex2, X vertex3, Y vertex3)

5.

Set "Magenta" as the internal color for the shapes:

a)

fill('Magenta')

b)

fill(0,0,25)

c)

draw('Teal')

d)

draw(255,0,0)

6.

Set "Teal" as the color for drawing shapes' border:

a)

fill('Magenta')

b)

fill(20,160,25)

c)

stroke('Teal')

d)

stroke(255,0,0)

7.

Set the line thickness to 2 px:

a)

setLineWeight(2)

b)

draw(255,0,0)

c)

fill('Magenta')

d)

draw('Teal')

8.

Draw empty shapes, without fill color:

4 lines
9.

Draw shapes without outlines:

4 lines
10.

Draw an ellipse with:

a)

ellipse(Xcenter, Ycenter, Width, Height)

b)

circle(X top left corner, Y top left corner, radius)

c)

line(X start, Y start, X end, Y end)

d)

ellipse(X vertex1, Y vertex1, X vertex2, Y vertex2)

11.

Set "Blue" as the fill color for the shapes:

a)

fill('ColorBlue')

b)

fill(0,0,255)

c)

draw('Magenta')

d)

draw(0,255,0)