Animation design

Animation design

4th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

Чертежник

Чертежник

6th Grade

10 Qs

IGCSE ICT Turtle Graphics

IGCSE ICT Turtle Graphics

10th Grade

10 Qs

6 класс  Паскаль onvector

6 класс Паскаль onvector

6th Grade

10 Qs

Python Programming with Tracy the Turtle

Python Programming with Tracy the Turtle

6th - 8th Grade

10 Qs

Year 8 - Progress Check 1 (Python Turtle Shapes)

Year 8 - Progress Check 1 (Python Turtle Shapes)

8th - 9th Grade

10 Qs

Turtle Logo Programming

Turtle Logo Programming

1st - 6th Grade

10 Qs

Python Turtle

Python Turtle

2nd - 12th Grade

10 Qs

Small Basic Basics

Small Basic Basics

8th - 9th Grade

10 Qs

Animation design

Animation design

Assessment

Quiz

Computers

4th - 12th Grade

Easy

Created by

Whizara Teacher

Used 4+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

In which direction is the turtle pointed to, by default?

East

West

North

South

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

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

120

90

60

180

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

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.penup()

turtle.forward(120)

turtle.pendown()

turtle.pendown()

turtle.forward(120)

turtle.penup()

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

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

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

To stop the turtle drawing you need to use which of the following commands?

penup:

pen_up

penup()

penup():