Introduction to Python Turtle

Introduction to Python Turtle

7th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Python Quiz - 3

Python Quiz - 3

3rd - 9th Grade

10 Qs

Exploring Turtle Graphics in Python

Exploring Turtle Graphics in Python

8th Grade

15 Qs

checkpoint 3grade7

checkpoint 3grade7

7th Grade

10 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Program Development - Python: Errors

Program Development - Python: Errors

8th - 10th Grade

13 Qs

Year 8 - Progress Check 1 (Python Turtle Shapes)

Year 8 - Progress Check 1 (Python Turtle Shapes)

8th - 9th Grade

10 Qs

Python Programming with Tracy the Turtle

Python Programming with Tracy the Turtle

6th - 8th Grade

10 Qs

Python L1 Quiz 5: Random Numbers and More Turtle Features

Python L1 Quiz 5: Random Numbers and More Turtle Features

1st - 12th 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?