Python (Turtle Graphic)

Python (Turtle Graphic)

9th Grade

12 Qs

quiz-placeholder

Similar activities

Representing Images

Representing Images

9th Grade

12 Qs

Event Handling

Event Handling

5th - 12th Grade

10 Qs

Processing Beginners Quiz

Processing Beginners Quiz

7th - 12th Grade

15 Qs

Programming with Karel the Dog 2

Programming with Karel the Dog 2

6th - 9th Grade

13 Qs

Unit 5 Review

Unit 5 Review

9th - 12th Grade

12 Qs

CodeHS 2.8 Functions to 2.12 User Input Review

CodeHS 2.8 Functions to 2.12 User Input Review

9th - 12th Grade

10 Qs

Data Representation - Images

Data Representation - Images

4th - 12th Grade

10 Qs

1.2.4. Data Storage - representing images

1.2.4. Data Storage - representing images

9th - 11th Grade

14 Qs

Python (Turtle Graphic)

Python (Turtle Graphic)

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Bryan Campbell

Used 8+ times

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

forward(100)

crawl(100)

move(100)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

The center of the circle

The diameter of the circle

The width of the circle

The radius of the circle

3.

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?

forward(100)

penup()

penup()

forward(100)

penup(100)

forward(-100)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a reason for loops are useful when writing code?

Loops help us write the same program with fewer lines of code

Loops make it easier to alter code once it’s written

Loops let us make shapes of multiple sizes

Loops make our code easier to read

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why do certain words change color in Python? [Example: for, and in ]

To tell you that these words cannot be used in Python code

To show you that these words can be clicked

To tell Python to skip these words when running the code

To show that they are recognized as keywords

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which code below will produce the image shown?

Media Image
Media Image
Media Image
Media Image

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which code below will produce the image shown?

Media Image
Media Image
Media Image
Media Image

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?