Tracy's World

Tracy's World

6th - 8th Grade

12 Qs

quiz-placeholder

Similar activities

Codehs moving Tracy

Codehs moving Tracy

8th Grade

13 Qs

Image File Formats

Image File Formats

KG - 9th Grade

10 Qs

MS Logo 2

MS Logo 2

3rd - 10th Grade

13 Qs

Computer Parts

Computer Parts

6th - 8th Grade

12 Qs

Y7 Data Representation - Images

Y7 Data Representation - Images

7th Grade

8 Qs

CodeHS 5.2 Tracy

CodeHS 5.2 Tracy

6th - 8th Grade

15 Qs

Exploring Turtle Graphics in Python

Exploring Turtle Graphics in Python

6th Grade

14 Qs

Python: Section 4.1-4.3

Python: Section 4.1-4.3

6th - 8th Grade

9 Qs

Tracy's World

Tracy's World

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Kathleen Pape

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would 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 Tracy is facing right, from what location does she start drawing her circle?

The top of the circle

The bottom of the circle

The left side of the circle

The middle of the circle

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where does Tracy always start in the grid world?

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

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

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

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

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which commands would move Tracy forward 100 pixels?

A. forward(100)

B. backward(-100)

C. forward(-100)

A, B, and C

A only

B and C

A and B

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

100 pixels

200 pixels

400 pixels

500 pixels

7.

MULTIPLE CHOICE QUESTION

30 sec • 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?