Animation design

Animation design

4th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

Python L31

Python L31

6th - 8th Grade

10 Qs

Small Basic Quiz

Small Basic Quiz

8th Grade

10 Qs

Pong Game Quiz - Part 2

Pong Game Quiz - Part 2

3rd Grade - University

7 Qs

Python Plus : Turtle Race

Python Plus : Turtle Race

6th - 8th Grade

10 Qs

Python L29 Snake Game

Python L29 Snake Game

6th - 8th Grade

10 Qs

COMPUTER FUN

COMPUTER FUN

4th Grade

10 Qs

ICT Yr 5 - Programming in LOGO (Part 4)

ICT Yr 5 - Programming in LOGO (Part 4)

5th Grade

5 Qs

MS Logo

MS Logo

4th - 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():