LA7.C7: Turtle Graphics

LA7.C7: Turtle Graphics

9th Grade

14 Qs

quiz-placeholder

Similar activities

Bitmap v Vector Images

Bitmap v Vector Images

KG - University

10 Qs

Photoshop Beginner

Photoshop Beginner

11th Grade

12 Qs

Computer Science Quiz

Computer Science Quiz

KG - 12th Grade

10 Qs

Photoshop Basics

Photoshop Basics

11th Grade

12 Qs

Programming in Python Homework 1

Programming in Python Homework 1

9th Grade

12 Qs

iGCSE Computer Science: Digital Image Representation

iGCSE Computer Science: Digital Image Representation

9th - 12th Grade

12 Qs

SHS Year 7 Logo Quiz

SHS Year 7 Logo Quiz

KG - University

14 Qs

Exploring Python Turtle Graphics

Exploring Python Turtle Graphics

7th Grade - University

12 Qs

LA7.C7: Turtle Graphics

LA7.C7: Turtle Graphics

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Audley Walker

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What programming language introduced Turtle Graphics?

Python

Java

Logo

C++

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to make the Turtle visible on the screen?

Turtle.Show()

Turtle.Visible()

Turtle.Display()

Turtle.Render()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How far does the Turtle move when the command Turtle.Move(100) is executed?

200 pixels

50 pixels

100 pixels

150 pixels

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to turn the Turtle to the right?

Turtle.TurnLeft()

Turtle.TurnRight()

Turtle.Turn()

Turtle.Rotate()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What shape is drawn by the following commands: Turtle.Move(100), Turtle.TurnRight(), repeated four times?

Circle

Square

Triangle

Hexagon

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the For..EndFor loop in Turtle Graphics?

To set the Turtle's speed

To create variables

To repeat commands

To define colors

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command changes the color of the Turtle's pen?

GraphicsWindow.SetColor()

GraphicsWindow.PenColor()

Turtle.SetPenColor()

Turtle.Color()

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?