wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Robot Design

Total questions: 13

Worksheet time: 7mins

Name
Class
Date
1.

Which parameter is the shape's width?

a)

1st

b)

2nd

c)

3rd

d)

4th

2.

Which parameter is the shape's height?

a)

1st

b)

2nd

c)

3rd

d)

4th

3.

Which parameter is the shape's x coordinate?

a)

1st

b)

2nd

c)

3rd

d)

4th

4.

Which parameter is the shape's y coordinate?

a)

1st

b)

2nd

c)

3rd

d)

4th

5.

How wide is the shape?

a)

0

b)

100

c)

50

d)

"blue"

6.

How tall is the shape?

a)

0

b)

100

c)

50

d)

"blue"

7.

Which of the given parameters is a string?

a)

0

b)

100

c)

50

d)

"blue"

8.

How many points does the star have?

a)

50

b)

-50

c)

5

d)

100

9.

Look in the editor and find the radius of the star. What is it?

a)

50

b)

-50

c)

5

d)

100

10.

How would we change the code to name the star twinkle?

a)

sprite = codesters.Star(50,-50,5,100,"purple")

b)

sprite = codesters.Twinkle(50,-50,5,100,"purple")

c)

twinkle = codesters.Star(50,-50,5,100,"purple")

d)

"twinkle" = codesters.Star(50,-50,5,"purple")

11.

Which Rectangle is located at (-200,-100)

a)

b

b)

b2

c)

b3

d)

b4

e)

b5

12.

Which Rectangle is located at (-200,200)

a)

b

b)

b2

c)

b3

d)

b4

e)

b5

13.

What is the width of the rectangles?

a)

50

b)

-200

c)

-100

d)

85