Introduction to Python Turtle

Introduction to Python Turtle

7th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

Turtle

Turtle

7th - 8th Grade

12 Qs

Python Plus : Turtle Race

Python Plus : Turtle Race

6th - 8th Grade

10 Qs

Python Turtle_1 6кл

Python Turtle_1 6кл

6th - 8th Grade

13 Qs

Python Turtle

Python Turtle

7th - 8th Grade

6 Qs

Python L29 Snake Game

Python L29 Snake Game

6th - 8th Grade

10 Qs

แบบทดสอบเก็บคะแนนกลางภาคเรียน

แบบทดสอบเก็บคะแนนกลางภาคเรียน

7th Grade

12 Qs

Python L25 Turtle

Python L25 Turtle

6th - 8th Grade

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