Python Turtle

Python Turtle

6th - 8th Grade

21 Qs

quiz-placeholder

Similar activities

Limbajul Python

Limbajul Python

7th Grade

19 Qs

Python Turtle Flags Lesson

Python Turtle Flags Lesson

8th Grade

20 Qs

quiz turtle

quiz turtle

6th - 8th Grade

24 Qs

Turtles

Turtles

KG - 8th Grade

16 Qs

Computational Thinking & Problem Solving

Computational Thinking & Problem Solving

7th Grade

20 Qs

KodlaBüyü2

KodlaBüyü2

5th - 8th Grade

20 Qs

Logo Programming Quiz

Logo Programming Quiz

7th Grade

16 Qs

Python Turtle Quiz (GTT)

Python Turtle Quiz (GTT)

6th - 8th Grade

18 Qs

Python Turtle

Python Turtle

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Meirman Absatov

Used 5+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

To make the turtle move forward, which command is used?

pu()

fd()

lt()

bk()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In order to move the turtle 120 forward without drawing on the screen, which order is correct?

fd(120)

pu()

pd()

pd()

fd(120)

pu()

pu()

fd(120)

pd()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Look at this code, what shape will it make?
Square
Triangle
Rectangle
Hexagon 

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the keyword needed to repeat code (iterate) in Python?

for

if

input

print

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What will be the output from this code?
Square
Triangle
Circle
Rectangle

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What will be the output from this code?
Square
Triangle
Circle
Rectangle

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What is the output from this code?
A sequence of four orange triangles
An orange triangle and an orange square
A sequence of three orange squares
Error

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?