Python Tracy the Turtle (codehs)

Python Tracy the Turtle (codehs)

6th - 8th Grade

15 Qs

quiz-placeholder

Similar activities

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

Programming with Turtle Graphics Review 1

Programming with Turtle Graphics Review 1

6th - 8th Grade

20 Qs

Code.org  Review

Code.org Review

5th - 10th Grade

16 Qs

Code.org Express Unit Assessment

Code.org Express Unit Assessment

7th Grade

20 Qs

Python Tracy the Turtle (codehs) through Lesson 9

Python Tracy the Turtle (codehs) through Lesson 9

8th - 10th Grade

20 Qs

7th Grade - Turning Tracy

7th Grade - Turning Tracy

7th Grade

20 Qs

6A - Coding - Python CODE HS 6th Unit 3.4 - 3.7

6A - Coding - Python CODE HS 6th Unit 3.4 - 3.7

6th Grade

14 Qs

Code.org Express Course

Code.org Express Course

6th - 8th Grade

20 Qs

Python Tracy the Turtle (codehs)

Python Tracy the Turtle (codehs)

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Nancy Weidenbach

Used 335+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How will I tell Tracy to move forward 100 pixels?

Forward(100)

move(100)

Tracy, move forward 100 pixels

forward(100)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Radius of the circle

Center of the circle

Diameter of the circle

Width of the circle

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

Top of the circle

Bottom of the circle

Left of the circle

Middle of the circle

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where does Tracy always start in the grid world?

(0, 0) coordinate in the bottom left hand corner of the canvas

(-200, -200) coordinate in the bottom left hand corner of the canvas

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

(-200, -200) coordinate in the middle of the canvas

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the dimensions of Tracy's world?

200 pixels x 200 pixels

400 pixels x 200 pixels

400 pixels x 400 pixels

200 pixels x 400 pixels

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

50 pixels

100 pixesl

200 pixels

400 pixels

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

penup( )

forward(100)

forward(100)

penup()

penup(100)

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?