LA7.C7: Turtle Graphics

LA7.C7: Turtle Graphics

9th Grade

14 Qs

quiz-placeholder

Similar activities

Exploring Python Turtle Graphics

Exploring Python Turtle Graphics

7th Grade - University

12 Qs

Computer Programming 9 Review

Computer Programming 9 Review

9th Grade

10 Qs

Photoshop Basics

Photoshop Basics

11th Grade

12 Qs

Computer Science Quiz: Application of Computational Thinking

Computer Science Quiz: Application of Computational Thinking

10th Grade

15 Qs

MS Logo

MS Logo

4th - 9th Grade

10 Qs

Small Basic

Small Basic

7th - 9th Grade

17 Qs

Small Basic-Turtle Graphics

Small Basic-Turtle Graphics

6th - 9th Grade

10 Qs

Quiz 1 2.1 through 2.6

Quiz 1 2.1 through 2.6

9th - 12th Grade

11 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?