Python Turtle

Python Turtle

6th - 8th Grade

21 Qs

quiz-placeholder

Similar activities

Python Turtles

Python Turtles

8th Grade

19 Qs

Pyhton Turtle

Pyhton Turtle

1st Grade - University

22 Qs

Grade 8

Grade 8

8th Grade

17 Qs

Python_4

Python_4

8th Grade

20 Qs

Библиотека turtle в Python

Библиотека turtle в Python

8th Grade

18 Qs

tipovi podataka

tipovi podataka

7th Grade

21 Qs

Python Year 7 Autumn

Python Year 7 Autumn

6th - 8th Grade

20 Qs

Algorithm & Flowchart Quiz

Algorithm & Flowchart Quiz

6th - 12th Grade

17 Qs

Python Turtle

Python Turtle

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Meirman Absatov

Used 4+ 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?