Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

W6-L4

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

Which following codes cannot run out the result shows as the picture?

a)

line(0, 0, 0,100);

line(0,100,100,100);

line(100,100,100,0);

line(0,0,100,0);

b)

noFill();

shape(0,0,100,0,100,100,0,100);

c)

noFill();

rect(0,0,100,100);

d)

noFill();

ellipse(0,0,100,100);

2.

Which following codes cannot run out the result shows as the picture?

a)

line(0, 0, 0,100);

line(0,100,100,100);

line(100,100,100,0);

line(0,0,100,0);

b)

noFill();

regularPolygon(50,50,4,100);

c)

noFill();

rect(0,0,100,100);

d)

noFill();

shape(0,0,100,100,100,0,0,100);

3.

If the shape codes are:
line(0, 0, 0,100);

line(0,100,100,100);

line(100,100,100,0);

line(0,0,100,0);
Then after which code adding can the result shows as the picture?

a)

fill("teal");

b)

stroke("teal");

c)

No matter which description code we learned so far, cannot make it

d)

background("teal");

4.

Which following code is correct theoretically?

a)

shape(100,100);

b)

arc(100,100);

c)

regularPolygon(100,100);

d)

line(100,100);

5.

Which of the following code CANNOT make a square?

a)

shape();

b)

rect();

c)

regularPolygon();

d)

arc();

6.

Of which following code CANNOT make ellipse?

a)

ellipse();

b)

arc();

c)

regularPolygon();

7.

Of which following code can make a curve line?

a)

line();

b)

curveLine();

c)

curve();

d)

arc();

8.

Which one can make a straight line?

a)

line(0,0,20,20);

b)

point(0,0,20,20);

c)

ponit(10,10);

point(20,20);

d)

arc(0,0,90,90,0,180);

9.

Which one can make a circle?

a)

ellipse(0,0,100,100,80);

b)

arc(0,0,90,90,0,360);

c)

arc(0,0,90,100);

d)

regularPolygon(0,0,1,1);

10.

Which one can make a Pikachu tail by only one-line code?

a)

Shape

b)

regularPolygon

c)

line

d)

arc

11.

Which one is correct?

a)

line(0,0);

b)

rect(100,20,30,);

c)

point(100,20);

d)

ellipse(100,"30");

12.

Which one can make a curve line? (NOT CIRCLE OR ELLIPSE)

a)

noFill();

ellipse(0,0,100,100);

b)

noFill();

arc(0,0,20,30,0,360);

c)

noFill();

arc(0,0,20,30,0,720);

d)

noFill();

arc(0,0,20,30,0,-26);

13.

Which one cannot run successfully?

a)

shape(0,0);

b)

line(0,0);

c)

rect(0,0);

d)

point(0,0);

14.

Which one can make a straight line?

a)

line(0,0,20,20);

b)

point(0,0,20,20);

c)

ponit(10,10);

point(20,20);

d)

arc(0,0,90,90,0,180);

15.

Which one can make a square?

a)

rect(100,100,100,20);

b)

regularPolygon(10,10,4,100);

c)

regularPolygon(10,10,10,10);

d)

regularpolygon(20,20);