Search Header Logo
Turtle: Pens, Colours, Filling, Circle

Turtle: Pens, Colours, Filling, Circle

Assessment

Presentation

Computers

9th - 10th Grade

Practice Problem

Medium

Created by

Calum Gordon

Used 5+ times

FREE Resource

9 Slides • 23 Questions

1

Turtle: Pens and Colours

Changing pen and fill colours

media

2

media

3

media

4

Multiple Select

Question image

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

1

Use turtle pen colours

2

Use turtle pen sizes

3

Use turtle fill colour

4

Draw circles

5

media

6

Multiple Select

Choose two lines of code that would change the pen thickness of a turtle to 12 pixels

1

turtle.pensize(12)

2

turtle.width(12)

3

turtle.thickness(12)

4

turtle.line(12)

7

Fill in the Blank

Type a line of code to set the line thickness of a turtle called "alice" to 20 pixels ...

8

media

9

Multiple Choice

Which line of code sets the turtle fill colour to red?

1

turtle.fillcolor(''red")

2

turtle.pencolor("red")

3

turtle.fillcolour(''red")

4

turtle.pencolour("red")

10

Multiple Choice

Which lines of code will use a turtle called "alice" to draw a filled green square with a red outline?

1
2
3
4

11

media

12

Multiple Choice

Question image

The colour used here consists of ....

1

some red

lots of green

no blue

2

some blue

lots of red

no green

3

some green

lots of blue

no red

4

some red

lots of blue

no green

13

Fill in the Blank

Question image

Representing a colour code is an example of the use of __________ numbers in computer science

14

Multiple Choice

How many named RGB colours are there?

1

140

2

40

3

240

4

11

15

media

16

Fill in the Blank

Question image

'alice' is an example of using meaningful _________ in a program

17

media

18

Multiple Choice

What would this code draw:

alice.circle(180)

1

A circle of radius 180

2

A semi-circle of radius 180

3

A circle of diameter 180

4

A circle drawn in 180 steps

19

Multiple Choice

What line of code would get a turtle called alice to draw a quarter circle of radius 120?

20

Multiple Choice

What line of code would get a turtle called alice to draw the smoothest full circle of radius 180?

1

alice.circle(180,360,360)

2

alice.circle(180,360)

3

alice.circle(360,360)

4

alice.circle(180,360,180)

21

Multiple Choice

Question image

Predict the output of this program ...

1

7 horizontal lines of different colours and widths

2

7 vertical lines of different colours

3

7 circles of different colours and radius

4

7 turtles each drawing a different coloured line

22

Fill in the Blank

Question image

Type the name of a data structure ...

23

Fill in the Blank

Question image

Type the line number where a data structure is indexed ...

24

Fill in the Blank

Question image

Type the name of a turtle object ...

25

Fill in the Blank

Question image

Type the line number that controls how many lines are drawn ...

26

Fill in the Blank

Question image

Type the line number that controls the width of each line ...

27

Fill in the Blank

Question image

Type the line number that controls the length of each line ...

28

Multiple Choice

Question image

What is the purpose of line 16?

1

Prevents turtle window closing when drawing is finished

2

Stops the turtle from drawing any more

3

Deletes the turtle object

4

Gives the turtle a rest

29

media

30

Multiple Select

Question image

In this lesson I have learned to ...

1

Use turtle pen colours

2

Use turtle pen sizes

3

Use turtle fill colour

4

Draw circles

31

Open Ended

Question image

Thinking Hard

Now you have finished the today's task, what questions do you still want answered?

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

32

Poll

Question image

How much of this lesson have you understood?

None of it

Some of it

Most of it

All of it

Turtle: Pens and Colours

Changing pen and fill colours

media

Show answer

Auto Play

Slide 1 / 32

SLIDE