Yr 7 Python Turtle

Yr 7 Python Turtle

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Programming Vocabulary

Programming Vocabulary

6th - 8th Grade

15 Qs

G7 Unit 3+4 Review

G7 Unit 3+4 Review

7th Grade

12 Qs

Python Basics - Year 8

Python Basics - Year 8

7th - 9th Grade

14 Qs

Python Selection

Python Selection

8th - 9th Grade

10 Qs

Code.org Unit 2 - Web Development

Code.org Unit 2 - Web Development

6th - 8th Grade

15 Qs

Scratch!

Scratch!

4th Grade - Professional Development

8 Qs

Lego Wedo

Lego Wedo

3rd - 6th Grade

10 Qs

SDA Review Questions 1 - 10

SDA Review Questions 1 - 10

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