Programming with Turtle Graphics Review

Programming with Turtle Graphics Review

Assessment

Flashcard

Computers

6th - 8th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

44 questions

Show all answers

1.

FLASHCARD QUESTION

Front

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

Back

The radius of the circle

2.

FLASHCARD QUESTION

Front

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

Back

The bottom of the circle

3.

FLASHCARD QUESTION

Front

How would I tell Tracy to move forward 100 pixels? Options: forward 100, move(100), Tracy, move forward 100 pixels, forward(100)

Back

forward(100)

4.

FLASHCARD QUESTION

Front

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

Back

200 pixels

5.

FLASHCARD QUESTION

Front

What are the dimensions of Tracy’s world?

Back

400 pixels x 400 pixels

6.

FLASHCARD QUESTION

Front

If you want Tracy to move forward 100 pixels without making a line, what set of commands should you write? Options: penup() forward(100), forward(100) penup(), penup(100), forward(-100)

Back

penup() forward(100)

7.

FLASHCARD QUESTION

Front

Which commands would move Tracy forward 100 pixels? A. forward(100) B. backward(-100) C. forward(-100)

Back

A and B

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?