Introduction to Python Turtle

Introduction to Python Turtle

7th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Y8 Python

Y8 Python

8th Grade

10 Qs

OISK_7A_python2

OISK_7A_python2

7th Grade

10 Qs

Занятие 10 (Python)

Занятие 10 (Python)

6th - 8th Grade

15 Qs

Python

Python

7th Grade

12 Qs

L2 Do Now

L2 Do Now

7th Grade

10 Qs

Python малювання

Python малювання

7th Grade

8 Qs

Turtle Coding Test

Turtle Coding Test

4th - 8th Grade

12 Qs

Підсумковий тест з теми "Алгоритми та програми частина 1"Урок 43

Підсумковий тест з теми "Алгоритми та програми частина 1"Урок 43

8th Grade

12 Qs

Introduction to Python Turtle

Introduction to Python Turtle

Assessment

Quiz

Computers

7th - 8th Grade

Hard

Created by

Henry Sanderson

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