Python Turtle

Python Turtle

6th - 8th Grade

21 Qs

quiz-placeholder

Similar activities

Python - Turtle - Plenary

Python - Turtle - Plenary

6th Grade - University

16 Qs

Python turtle

Python turtle

8th - 9th Grade

20 Qs

Python Turtle Flags Lesson

Python Turtle Flags Lesson

8th Grade

20 Qs

untitled

untitled

8th Grade - University

25 Qs

AQA GCSE Computer Science - 3.2.10 Subroutines

AQA GCSE Computer Science - 3.2.10 Subroutines

8th - 10th Grade

20 Qs

quiz turtle

quiz turtle

6th - 8th Grade

24 Qs

Yr 7 Python Programming

Yr 7 Python Programming

7th Grade

16 Qs

VI разред - Python

VI разред - Python

6th Grade

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