Python Turtle

Python Turtle

7th - 8th Grade

6 Qs

quiz-placeholder

Similar activities

Year 8 Cyber Security Baseline

Year 8 Cyber Security Baseline

7th Grade

10 Qs

vr.vex.com

vr.vex.com

6th - 8th Grade

10 Qs

Code HS Tracy Phyton Quiz

Code HS Tracy Phyton Quiz

6th - 8th Grade

10 Qs

Email Quiz - PWHS

Email Quiz - PWHS

1st - 12th Grade

10 Qs

Lesson 3 - Using Variables

Lesson 3 - Using Variables

8th Grade

11 Qs

EV3 Programming Moves and Turns

EV3 Programming Moves and Turns

6th - 8th Grade

10 Qs

Programming Quiz

Programming Quiz

8th Grade

10 Qs

Alice 2 - Chapter 3

Alice 2 - Chapter 3

7th - 12th Grade

10 Qs

Python Turtle

Python Turtle

Assessment

Quiz

Computers

7th - 8th Grade

Practice Problem

Medium

CCSS
4.G.A.1

Standards-aligned

Used 186+ times

FREE Resource

AI

Enhance your content in a minute

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

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 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

30 sec • 1 pt

When creating a rectangle with the turtle, what angle is needed when turning?

120
180
45
90

Tags

CCSS.4.G.A.1

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To fill a shape with the colour red, which command is correct?

turtle.fillcolor('Red')
turtle.fillcolour('Red')
turtle.fillcolor("Red")
turtle.fillcolour("Red")

4.

MULTIPLE CHOICE QUESTION

30 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()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you write a program in Python?

Using Word
Using IDLE
Using Powerpoint
Using Excel

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the extension on a Python file name?

.py
.xls
.doc
.ppt