Tracy the Turtle Test

Tracy the Turtle Test

10th Grade

20 Qs

quiz-placeholder

Similar activities

Vex VR Unit 8

Vex VR Unit 8

7th - 10th Grade

20 Qs

Tracy the Turtle Review

Tracy the Turtle Review

10th Grade

20 Qs

Scratch Programming - Level 3 - ICETREES

Scratch Programming - Level 3 - ICETREES

3rd - 10th Grade

15 Qs

Python Pretest

Python Pretest

9th - 12th Grade

15 Qs

S2 Python Turtle Quiz

S2 Python Turtle Quiz

9th Grade - University

25 Qs

codehs: Unit 2 Lessons 13 to 19

codehs: Unit 2 Lessons 13 to 19

9th - 12th Grade

15 Qs

Lessons 1 - 3 - Low Stakes Test

Lessons 1 - 3 - Low Stakes Test

8th - 10th Grade

21 Qs

Tracy the Turtle Test

Tracy the Turtle Test

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Ashutosh Kumar

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which command instructs Tracy the turtle to move backward by a specified number of pixels?

move_backward()

backward()

move_back()

backward(steps)

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which function makes Tracy turn left?

left()

left()

rotate_left()

move_left()

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you set the color of Tracy’s pen to red?

color("red")

pen_color("red")

set_pen_color("red")

pen_red()

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does the command penup() do?

Lifts the pen so it doesn't draw

Lowers the pen to start drawing

Changes the pen color

Increases the pen size

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What will happen when the value of i reaches 5 in the loop below?

Tracy will turn 5 degree to the right

Tracy will turn 5 degree to the left

Tracy will turn 90 degree to the right

Tracy will turn 90 degree to the left

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you make Tracy draw a square?

Repeat moving forward and turning left 4 times

Draw a circle and stop halfway

Turn right four times

Use draw_square()

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does right(90) do in Tracy’s program?

Turns Tracy 90 degrees right

Turns Tracy 180 degrees right

Rotates Tracy a full circle

Moves Tracy to the right edge

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?