Python Turtle

Python Turtle

7th - 11th Grade

15 Qs

quiz-placeholder

Similar activities

Computer Science Quiz: Application of Computational Thinking

Computer Science Quiz: Application of Computational Thinking

10th Grade

15 Qs

ADV CSS Quiz 3

ADV CSS Quiz 3

9th - 12th Grade

10 Qs

Python Quiz

Python Quiz

7th Grade

10 Qs

Logo Coding Revision

Logo Coding Revision

8th Grade

14 Qs

code.org Unit 3 ('23-'24) Lessons 3-4

code.org Unit 3 ('23-'24) Lessons 3-4

6th - 8th Grade

10 Qs

AppLab

AppLab

6th - 8th Grade

10 Qs

Python Tartaletka  4

Python Tartaletka 4

5th - 9th Grade

13 Qs

SHS Year 7 Logo Quiz

SHS Year 7 Logo Quiz

KG - University

14 Qs

Python Turtle

Python Turtle

Assessment

Quiz

Computers

7th - 11th Grade

Medium

CCSS
4.G.A.1

Standards-aligned

Created by

M Duce

Used 45+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does forward(300) do?
Moves in the direction it is facing 300 steps
Moves down the screen 300 steps
Moves up the screen 300 steps

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does turn(90) do?
Turns right 90 degrees
Turns left 90 degrees
Moves forward 90
Does nothing as 'turn' is not a turtle instruction

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When creating a rectangle with the turtle, what angle is needed when turning?
120
180
45
90

Tags

CCSS.4.G.A.1

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code do?


colours = ["red", "green","blue"]

Draws the colours red, green and blue.

Creates a list containing the colours red, green and blue.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To fill the drawing shape with the colour red, which command is correct?

turtle.color("Red")

turtle.fillcolor("Red")

turtle.fill("Red")

turtle.fillcolour("Red")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In order to move the turtle 120 forward without drawing on the screen, which order is correct?
turtle.forward(120)
turtle.penup()
turtle.pendown()
turtle.pendown()
turtle.forward(120)
turtle.penup()
turtle.penup()
turtle.forward(120)
turtle.pendown()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What software do you use to write a program in Python?

Word

IDLE

Powerpoint

Excel

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?