Python with Turtle

Python with Turtle

4th Grade - Professional Development

7 Qs

quiz-placeholder

Similar activities

Turtle

Turtle

7th - 8th Grade

12 Qs

MSWLogo Commands

MSWLogo Commands

1st - 5th Grade

10 Qs

Turtle Academy (Lessons 1 & 2)

Turtle Academy (Lessons 1 & 2)

6th - 8th Grade

10 Qs

แบบทดสอบเก็บคะแนนกลางภาคเรียน

แบบทดสอบเก็บคะแนนกลางภาคเรียน

7th Grade

12 Qs

Turtle academy (Lessons 6 and 7)

Turtle academy (Lessons 6 and 7)

6th - 8th Grade

10 Qs

ICT Yr 5 - Basic LOGO Commands

ICT Yr 5 - Basic LOGO Commands

5th Grade

10 Qs

Self Paced Intro to Turtle Programming

Self Paced Intro to Turtle Programming

6th Grade

10 Qs

2. Computational thinking

2. Computational thinking

5th Grade

10 Qs

Python with Turtle

Python with Turtle

Assessment

Quiz

Computers

4th Grade - Professional Development

Hard

Created by

Ishaan Madishetti

Used 13+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you call your turtle?

import turtle

go turtle

appear turtle

ninja turtles

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you make your turtle appear on the screen?

t.turtle=Import

t=turtle.Turtle

turtle=Show

show=Turtle

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you move your turtle forward?

forward turtle(#) and go fast

Turtle=forward(#)

t.forward(#)

onward.turtle(#)l

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you make the turtle move forward while it's not drawing?

User asks for turtle penup and move forward

t=(penup)

t=penup()

t.penup()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you change the turtle shape?

t.shape(any shape)

t.draw(any shape)

t.draw(ninja turtles)

no clue?

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does this program do?:

import turtle

turtle.Screen().bgcolor("black")

t=turtle.Turtle()

t.shape("turtle")

t.speed(10)

colors = ['red', 'orange', 'yellow', 'green', 'blue', 'violet']

sides = 6

density = 1

twirl_offset = -0.5

for i in range(360*density):

t.color(colors[i % sides])

t.forward(i / density)

t.left((360/sides) + twirl_offset)

Draw a ninja turtle

Draw a rainbow spiderweb

Draw a rainbow

draw a person doing the floss(Please don't be a geek)

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

How to hide the turtle?

t.hide.t

t.dissapear

t.hideturtle()

t.ht()