Introduction to Python Turtle

Introduction to Python Turtle

7th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Python Turtle Quiz

Python Turtle Quiz

7th Grade

15 Qs

Python with Turtle

Python with Turtle

4th Grade - Professional Development

7 Qs

Python Quiz 🐍

Python Quiz 🐍

2nd - 8th Grade

10 Qs

Tracy 🐢 CodeHS

Tracy 🐢 CodeHS

5th - 8th Grade

12 Qs

Python Turtle - MCA Year 7

Python Turtle - MCA Year 7

7th Grade

14 Qs

Python Turtle - Knowledge Check

Python Turtle - Knowledge Check

7th - 8th Grade

10 Qs

Edublocks Turtle intro

Edublocks Turtle intro

6th - 8th Grade

13 Qs

Quiz: Basic Graphics and Shapes with Turtle

Quiz: Basic Graphics and Shapes with Turtle

7th Grade

10 Qs

Introduction to Python Turtle

Introduction to Python Turtle

Assessment

Quiz

Computers

7th - 8th Grade

Hard

Created by

Henry Sanderson

Used 145+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will the output be from the following code?
print("Hello world!")
SyntaxError
Hello world!
"Hello world!"
print(Hello world!)

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which Python command is used to output information to the screen?
read
output
print
display

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Code repeated / looped until a condition has been met or a set number of times.
Sequence
Selection
Iteration
Variable

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the name of the environment in Python that write your programs and then test them out?
Shell
Window
IDLE
CLI

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which line is correct?
from turtle import *
from Turtle import *
from turtle inport *
form turtle import *

6.

MULTIPLE CHOICE QUESTION

20 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

7.

MULTIPLE CHOICE QUESTION

20 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

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?