Exploring Turtle Graphics in Python

Exploring Turtle Graphics in Python

6th Grade

14 Qs

quiz-placeholder

Similar activities

CMU CS Academy Unit 2 Checkpoint

CMU CS Academy Unit 2 Checkpoint

6th - 8th Grade

14 Qs

2023-24 - Y7 - Python Turtle - Quiz 1

2023-24 - Y7 - Python Turtle - Quiz 1

6th Grade

10 Qs

Python Quiz

Python Quiz

6th - 7th Grade

10 Qs

Scratch Pen Quiz

Scratch Pen Quiz

KG - University

10 Qs

Logo FMS - ponavljanje

Logo FMS - ponavljanje

5th - 12th Grade

10 Qs

W6-L4

W6-L4

6th - 8th Grade

15 Qs

Python Turtle Module Quiz

Python Turtle Module Quiz

6th Grade

10 Qs

Shapes and Drawings - Codesters

Shapes and Drawings - Codesters

6th - 8th Grade

12 Qs

Exploring Turtle Graphics in Python

Exploring Turtle Graphics in Python

Assessment

Quiz

Computers

6th Grade

Medium

Created by

Danay Robinson

Used 4+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Python command is used to move Tracy forward by 50 pixels?

move(50)

forward(50)

step(50)

go(50)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function is used to draw a circle with Tracy in Python?

draw_circle(10)

circle(10)

make_circle(10)

round(10)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to lift Tracy’s pen so she doesn’t draw while moving?

penup()

pendown()

liftpen()

stopdraw()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the command `pendown()` do in Tracy Turtle graphics?

Lifts the pen up

Puts the pen down to draw

Changes the pen color

Moves Tracy forward

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to change Tracy’s pen color to green?

pen_color("green")

color("green")

setcolor("green")

changecolor("green")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the command `goto(0, 75)` do?

Moves Tracy to the origin

Rotates Tracy 75 degrees

Moves Tracy 75 pixels forward

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to start filling a shape with color in Tracy Turtle?

fill()

begin_fill()

startfill()

color_fill()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?