Python Turtle Flags Lesson

Python Turtle Flags Lesson

8th Grade

20 Qs

quiz-placeholder

Similar activities

Computational Thinking - Review

Computational Thinking - Review

7th - 9th Grade

15 Qs

Grade 8

Grade 8

8th Grade

17 Qs

Coding Quiz

Coding Quiz

6th - 10th Grade

15 Qs

VECTOR GRAPHIC

VECTOR GRAPHIC

5th - 8th Grade

20 Qs

Networks & Topologies (OCR GCSE)

Networks & Topologies (OCR GCSE)

8th - 10th Grade

21 Qs

3D Printing-Tinker/Brain Pop

3D Printing-Tinker/Brain Pop

6th - 8th Grade

20 Qs

Design your website

Design your website

7th - 12th Grade

20 Qs

Artificial Intelligence and SketchUp

Artificial Intelligence and SketchUp

8th - 10th Grade

20 Qs

Python Turtle Flags Lesson

Python Turtle Flags Lesson

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Simon Graham

Used 75+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

To make the turtle move forward, which command is used?
turtle.penup()
turtle.forward()
turtle.left()
turtle.backward()

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

When creating a rectangle with the turtle, what angle is needed when turning?
120
180
45
90

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In order to move the turtle 120 forward without drawing on the screen, which order is correct?
turtle.forward(120)
turtle.penup()
turtle.pendown()
turtle.pendown()
turtle.forward(120)
turtle.penup()
turtle.penup()
turtle.forward(120)
turtle.pendown()

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How do you write a program in Python?
Using Word

Using CS Coder website

Using Powerpoint
Using Excel

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image
Look at this code, what shape will it make?
Square
Triangle
Rectangle
Hexagon 

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

To stop the turtle drawing you need to use which of the following commands?
penup:
pen_up( )
penup( )
penup( ):

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do you tell that Python that you are going to use the turtle library?

import_turtle

turtle import

import turtle

from turtle import

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?

Discover more resources for Computers