Search Header Logo
Turtle: Combining subprograms & layers

Turtle: Combining subprograms & layers

Assessment

Presentation

Computers

9th - 10th Grade

Practice Problem

Medium

Created by

Calum Gordon

Used 6+ times

FREE Resource

8 Slides • 14 Questions

1

Turtle: Combining subprograms and layers

Using procedures

media

2

media

3

media

4

Multiple Select

Question image

In this lesson I am going to learn to ... ?

1

Use subprograms to create turtle graphics

2

Use library functions to create turtle graphics

5

media

6

Multiple Select

What computational thinking techniques are involved in the use of subprograms?

1

Decomposition

2

Abstraction

3

Algorithms

4

Pattern recognition

5

Automation

7

media

8

Open Ended

Question image

Suggest the name of some subprograms that might be required to draw the house shape. Use correct Python naming conventions.

9

media

10

media

11

Multiple Choice

Question image

What sequence of subprogram calls would produce the image shown?

1

rectangle('yellow')

ellipse('green')

star('blue')

2

rectangle('yellow')

star('blue')

ellipse('green')

3

ellipse('green')

rectangle('yellow')

star('blue')

4

star('blue')

ellipse('green')

rectangle('yellow')

12

Fill in the Blanks

media image

Type answer...

13

Fill in the Blanks

media image

Type answer...

14

Fill in the Blanks

media image

Type answer...

15

Fill in the Blanks

media image

Type answer...

16

Fill in the Blanks

media image

Type answer...

17

Fill in the Blanks

media image

Type answer...

18

Open Ended

Question image

Explain the need for the doRectangle subprogram in addition to the doPolygon subprogram ...

19

media

20

Multiple Select

Question image

In this lesson I have learned to ...

1

Use subprograms to create turtle graphics

2

Use library functions to create turtle graphics

21

Open Ended

Question image

Thinking Hard

How does the learning in this lesson link to what you learnt in the previous lesson?

What do you need to learn next?

(press Shift+Enter to take a new line ...)

22

Poll

Question image

How much of this lesson have you understood?

None of it

Some of it

Most of it

All of it

Turtle: Combining subprograms and layers

Using procedures

media

Show answer

Auto Play

Slide 1 / 22

SLIDE