Python Tracy the Turtle (codehs)

Python Tracy the Turtle (codehs)

Assessment

Flashcard

Computers

6th - 8th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

15 questions

Show all answers

1.

FLASHCARD QUESTION

Front

How will I tell Tracy to move forward 100 pixels?

Back

forward(100)

2.

FLASHCARD QUESTION

Front

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

Back

Radius of the circle

3.

FLASHCARD QUESTION

Front

When Tracy is facing right, from what location does she start drawing the circle?

Back

Bottom of the circle

4.

FLASHCARD QUESTION

Front

Where does Tracy always start in the grid world?

Back

(0, 0) coordinate in the middle of the canvas

5.

FLASHCARD QUESTION

Front

What are the dimensions of Tracy's world?

Back

400 pixels x 400 pixels

6.

FLASHCARD QUESTION

Front

How far does Tracy need to move from the starting position to reach the right side of the canvas?

Back

200 pixels

7.

FLASHCARD QUESTION

Front

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

Back

penup( )
forward(100)

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?