PYTHON TURTLE COMMANDS

PYTHON TURTLE COMMANDS

6th Grade

5 Qs

quiz-placeholder

Similar activities

Turtle Logo Programming

Turtle Logo Programming

1st - 6th Grade

10 Qs

Python Graphics

Python Graphics

6th - 8th Grade

10 Qs

Python Quiz 🐍

Python Quiz 🐍

2nd - 8th Grade

10 Qs

Python L1 Quiz 5: Random Numbers and More Turtle Features

Python L1 Quiz 5: Random Numbers and More Turtle Features

1st - 12th Grade

10 Qs

Графіка в Пайтон

Графіка в Пайтон

6th Grade

10 Qs

Python Programming Sequence Class

Python Programming Sequence Class

3rd - 10th Grade

10 Qs

All quiz

All quiz

3rd Grade - University

10 Qs

Команди графічного модуля

Команди графічного модуля

1st - 12th Grade

10 Qs

PYTHON TURTLE COMMANDS

PYTHON TURTLE COMMANDS

Assessment

Quiz

Computers

6th Grade

Medium

Created by

Computer Science

Used 22+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 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

10 sec • 1 pt

What is the extension on a Python file name?

.PY

.PYT

.PPT

.PH

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How do you tell python you want to use the turtle library?

turtle import

import turtle

from libraries import turtle

from turtle import libraries

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What does t.forward(300) do?

Moves in the direction it is facing 300 steps

Moves down the screen 300 steps

Moves up the screen 300 steps