Python (Turtle Graphic)

Python (Turtle Graphic)

9th Grade

12 Qs

quiz-placeholder

Similar activities

Python Loops

Python Loops

9th - 12th Grade

10 Qs

Hour of Code

Hour of Code

6th - 12th Grade

12 Qs

CodeHS 2.8 Functions to 2.12 User Input Review

CodeHS 2.8 Functions to 2.12 User Input Review

9th - 12th Grade

10 Qs

KTurtle

KTurtle

1st - 12th Grade

15 Qs

Python with Turtle

Python with Turtle

4th Grade - Professional Development

7 Qs

Computing Creative Design Quiz

Computing Creative Design Quiz

2nd Grade - University

11 Qs

KS4 - Python Turtle

KS4 - Python Turtle

9th - 11th Grade

15 Qs

Tracy's World

Tracy's World

9th Grade

10 Qs

Python (Turtle Graphic)

Python (Turtle Graphic)

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Bryan Campbell

Used 8+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would I tell Tracy to move forward 100 pixels?

forward 100

forward(100)

crawl(100)

move(100)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When using the circle() command, what value do we put inside the parentheses?

The center of the circle

The diameter of the circle

The width of the circle

The radius of the circle

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you want Tracy to move forward 100 pixels without making a line, what set of commands should you write?

forward(100)

penup()

penup()

forward(100)

penup(100)

forward(-100)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a reason for loops are useful when writing code?

Loops help us write the same program with fewer lines of code

Loops make it easier to alter code once it’s written

Loops let us make shapes of multiple sizes

Loops make our code easier to read

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why do certain words change color in Python? [Example: for, and in ]

To tell you that these words cannot be used in Python code

To show you that these words can be clicked

To tell Python to skip these words when running the code

To show that they are recognized as keywords

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which code below will produce the image shown?

Media Image
Media Image
Media Image
Media Image

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which code below will produce the image shown?

Media Image
Media Image
Media Image
Media Image

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?