Tracy the Turtle Test

Tracy the Turtle Test

10th Grade

20 Qs

quiz-placeholder

Similar activities

CodeHS Unit 2

CodeHS Unit 2

9th - 12th Grade

15 Qs

Python

Python

9th - 12th Grade

25 Qs

Python Pretest

Python Pretest

9th - 12th Grade

15 Qs

JavaScript Basics CodeHS

JavaScript Basics CodeHS

7th - 12th Grade

20 Qs

CodeHS Python Chapter 2

CodeHS Python Chapter 2

10th - 12th Grade

20 Qs

Code HS Python Final

Code HS Python Final

9th - 12th Grade

16 Qs

Python Tracy the Turtle (codehs) through Lesson 9

Python Tracy the Turtle (codehs) through Lesson 9

8th - 10th Grade

20 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?