Intro to Python Turtle Graphics 2.1-2.4 [50 points]

Intro to Python Turtle Graphics 2.1-2.4 [50 points]

9th Grade

20 Qs

quiz-placeholder

Similar activities

Code HS Python Final

Code HS Python Final

9th - 12th Grade

16 Qs

CodeHS Tracy

CodeHS Tracy

8th - 10th Grade

25 Qs

Tracy (Python)

Tracy (Python)

8th - 10th Grade

25 Qs

Introduction to CS

Introduction to CS

7th Grade - University

21 Qs

JavaScript Quiz 2

JavaScript Quiz 2

9th - 12th Grade

20 Qs

Year 8 Digital Media Revision

Year 8 Digital Media Revision

KG - 12th Grade

16 Qs

Bitmap and Vector Graphics

Bitmap and Vector Graphics

7th - 10th Grade

15 Qs

Codehs Concepts of Programming

Codehs Concepts of Programming

9th - 12th Grade

16 Qs

Intro to Python Turtle Graphics 2.1-2.4 [50 points]

Intro to Python Turtle Graphics 2.1-2.4 [50 points]

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Bradley Vogel

Used 63+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How does Tracy start when you first open up Python?

Pen up and facing up

Pen up and facing right

Pen down and facing down

Pen down and facing right

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following would move Tracy 50 pixels backwards? (Select two)

forward(50)

backward(50)

forward(-50)

backward(-50)

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is not an accurate description of the location of each point in Tracy's grid world?

The point (0,0) is in the center of the screen.

The point (200,-200) is at the bottom right corner of the screen

The point (-200,0) is on the bottom of the screen

The point (-200,-200) is at the bottom left corner of the screen

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The command circle(30) will tell Tracy to draw a circle of diameter 30 units.

True

False

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which command would make Tracy execute an action the quickest?

speed(0)

speed(1)

speed(5)

speed(10)

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

The code shown draws 3 circles on the screen. If I wanted to alter this loop to draw 15 circles, how many lines would my code be?

1

3

10

30

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The following program will have Tracy draw a square with each side length measuring 60 pixels.

True

False

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?