wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

G6-W4-Quiz-Animation

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which one is correct?

a)

StrokeWeight(16);

b)

strokeWeight(16);

c)

StrokeWeight("pink");

d)

strokeWeight("pink");

2.

Which one is correct?

a)

regularpolygon(100,200,100,200,300,400);

b)

shape(0);

c)

line(100,200,0,0);

d)

arc(0,0,100,100,0,720,100);

3.

Which one is correct?

a)

stroke(‘yellow’);

b)

strokeweight(16);

c)

strokeWeight(16);

d)

stroke(16);

4.

Which one is correct?

a)

line(0,0);

b)

rect(100,20,30,);

c)

point(100,20);

d)

ellipse(100,"30");

5.

Which groups of codes can run out this image?

a)

background("yellow");

fill("blue");

rect(100,200,100,100);

b)

fill("blue");

rect(100,200,100,100);

background("yellow");

c)

background("blue");

fill("yellow");

rect(100,200,100,100);

d)

fill("yellow");

rect(100,200,100,100);

background("blue");

6.

Which code can make this image?

a)

ellispse();

b)

line();

c)

point();

d)

noFill();

7.

Which one is not correct?

a)

shape(100,200,300,200,100);

b)

regularPolygon(50,75,5,100);

c)

line(100,200,300,400);

d)

nofill();

8.

Which is correct?

a)

noStroke();

b)

Nofill();

c)

noFill(6);

d)

nostroke();

9.

Which is not correct?

a)

background("pink");

b)

shape("pink");

c)

fill("pink");

d)

stroke("pink");

10.

How can I make this?

a)

background("green");

strokeWeight(10);

stroke("black");

fill("orange");

arc(50,100,100,100,0,300);

point(41,72);

b)

strokeWeight(10);

stroke("black");

fill("orange");

arc(50,100,100,100,0,300);

point(41,72);

background("green");

c)

background("green");

strokeWeight(10);

stroke("black");

fill("orange");

arc(50,100,100,100);

point(41,72);

d)

background("green");

stroke("black");

fill("orange");

arc(50,100,100,100,0,300);

strokeWeight(10);

point(41,72);