Turtle Graphics

Turtle Graphics

9th Grade

5 Qs

quiz-placeholder

Similar activities

Pong Game Quiz - Part 2

Pong Game Quiz - Part 2

3rd Grade - University

7 Qs

MS Logo

MS Logo

4th - 9th Grade

10 Qs

Small Basic-Turtle Graphics

Small Basic-Turtle Graphics

6th - 9th Grade

10 Qs

MS WORD

MS WORD

9th - 11th Grade

10 Qs

Menu Page Layout

Menu Page Layout

KG - University

10 Qs

Exit ticket 02/08/22

Exit ticket 02/08/22

9th - 12th Grade

6 Qs

Assessment Quiz - 3

Assessment Quiz - 3

7th - 12th Grade

10 Qs

Turtle Graphics

Turtle Graphics

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Mark Balatbat

Used 5+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How do you first display the turtle?

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How do you change your turtle’s orientation?

To change the turtle’s orientation, use the Angle property or the Turn() method.

To change the turtle’s orientation, use the Turn property.

To change the turtle’s orientation, use the brush color.

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

When might you want to lift the turtle’s pen, and how would you do it?

Turtle.MoveTo(x, y)

PenUp() method.

Turtle.Hide()

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How do you change the speed of the turtle?

Turtle.MoveTo(fast)

Speed property with the value of 1 - 10

Turtle.MoveTo(x, y)

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How do you make a For loop repeat eight times?

For I = 8 "times"

For I = 1 * 8

For I = 1 To 8