Yr 7 Python Turtle

Yr 7 Python Turtle

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Code HS Tracy Phyton Quiz

Code HS Tracy Phyton Quiz

6th - 8th Grade

10 Qs

Quiz

Quiz

4th - 6th Grade

10 Qs

Compsciens

Compsciens

8th Grade

8 Qs

Exploring Python Turtle Graphics

Exploring Python Turtle Graphics

7th Grade - University

12 Qs

Lesson 3 - Using Variables

Lesson 3 - Using Variables

8th Grade

11 Qs

SHS Year 7 Logo Quiz

SHS Year 7 Logo Quiz

KG - University

14 Qs

Coding

Coding

7th Grade

15 Qs

Modules, Packages, and Libraries

Modules, Packages, and Libraries

8th Grade

10 Qs

Yr 7 Python Turtle

Yr 7 Python Turtle

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

A Williams

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does this code draw?

Square

Rectangle

Triangle

Giraffe

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What shape does this code draw?

Square

Rectangle

Triangle

Whale

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What shape does this code draw?

Square

Rectangle

Triangle

Whale

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is wrong with this code?

Turtle should not have a capital letter

Brackets are missing

bob =

is in the wrong place

Should be import turtle.Turtle

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is wrong with this code?

Should not have brackets

Should have capital letter: import Turtle

Should have capital letter: turtle.Turtle( )

Should not repeat turtle: bob = turtle( )

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is wrong with this code?

Needs space

Should not have space

Missing . should be:

bob.forward(150)

bob.left(120)

Should have capital: import Turtle

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is wrong with this code?

import turtle should have capital: import Turtle

Missing a bracket

bob = turtle.Turtle( ) is the wrong way around, should be:

turtle.Turtle( ) = bob

Need to remove brackets:

bob = turtle.Turtle( )

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?