Introduction to Python Turtle

Introduction to Python Turtle

7th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

การตกแต่งภาพเบื้องต้น

การตกแต่งภาพเบื้องต้น

7th - 8th Grade

10 Qs

Intro to variables (Scratch)

Intro to variables (Scratch)

5th - 8th Grade

10 Qs

Scratch Homework Part Lesson 4

Scratch Homework Part Lesson 4

8th Grade

10 Qs

Variables and Functions

Variables and Functions

KG - University

10 Qs

MS Logo 2

MS Logo 2

3rd - 10th Grade

13 Qs

Programming concepts: Revision

Programming concepts: Revision

4th - 9th Grade

15 Qs

ใบงานที่ 4 ทําความรู้จักกับภาษาไพทอน

ใบงานที่ 4 ทําความรู้จักกับภาษาไพทอน

8th Grade

15 Qs

Grade 8 - Starter

Grade 8 - Starter

8th Grade

10 Qs

Introduction to Python Turtle

Introduction to Python Turtle

Assessment

Quiz

Computers

7th - 8th Grade

Hard

Created by

Henry Sanderson

Used 147+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?