Python Tracy the Turtle Flashcard

Python Tracy the Turtle Flashcard

Assessment

Flashcard

Computers

6th 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

Where does Tracy always start in the grid world?

Back

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

4.

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)

5.

FLASHCARD QUESTION

Front

If Tracy started facing right, which direction would she be facing after we ran the following code: left(90), left(90), right(90)?

Back

up

6.

FLASHCARD QUESTION

Front

Which of the following is NOT a reason for loops being useful when writing code?
- Loops help use write the same program with fewer lines of code.
- Loops let us make shapes of multiple sizes
- Loops make it easier to alter code once it's written.
- Loops make our code easier to read

Back

Loops let us make shapes of multiple sizes

7.

FLASHCARD QUESTION

Front

If Tracy starts on the left edge of the canvas and moves forward 50 pixels, how many times will this code need to be repeated to have Tracy reach the right edge of the canvas?

Back

8 times

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?

Discover more resources for Computers