quiz turtle

quiz turtle

6th - 8th Grade

24 Qs

quiz-placeholder

Similar activities

Python Year 7 Autumn

Python Year 7 Autumn

6th - 8th Grade

20 Qs

Y9 turtle recap

Y9 turtle recap

8th Grade

20 Qs

Pencil Code Basics

Pencil Code Basics

6th - 8th Grade

22 Qs

CodeMonkey

CodeMonkey

1st Grade - Professional Development

20 Qs

LOGO

LOGO

6th Grade

24 Qs

Python turtle year 8 assessment

Python turtle year 8 assessment

7th - 9th Grade

20 Qs

Python Turtle Flags Lesson

Python Turtle Flags Lesson

8th Grade

20 Qs

Low Stakes 1 HT 6

Low Stakes 1 HT 6

1st - 9th Grade

21 Qs

quiz turtle

quiz turtle

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Winda Marchella

Used 10+ times

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what programming language is used in turtle editor?

LUA

java script

python

elien

2.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

what is variable?

is a temporary data storage

is a string or integer

is a data type

3.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

what is looping ?

looping is important in programming

to called the variable in programming

is used for repeat a block of code

4.

MULTIPLE SELECT QUESTION

1 min • 5 pts

select the correct example of variable [ lamp ]

Lamp1

Lamp

?.Lamp

5.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

how to create triangle?

pen = turtle.Pen()

screen = turtle.Screen()

def move(x,y):

pen.pencolor("#3366ff")

pen.pensize(5)

pen.penup()

pen.goto(x, y)

for __count in range(3):

__Pen.pendown()

__Pen.right(120)

__Pen.forward(100)

6.

MULTIPLE SELECT QUESTION

1 min • 5 pts

to make a square you need to loop how many times?

4

2

6

7.

MULTIPLE SELECT QUESTION

1 min • 5 pts

how many degrees of triangle?

120°

80°

180°

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?