quiz turtle

quiz turtle

6th - 8th Grade

24 Qs

quiz-placeholder

Similar activities

Turtle coding

Turtle coding

7th Grade

20 Qs

untitled

untitled

8th Grade - University

25 Qs

CodeHS Tracy

CodeHS Tracy

8th - 10th Grade

25 Qs

Tracy (Python)

Tracy (Python)

8th - 10th Grade

25 Qs

Tracy Python Codehs

Tracy Python Codehs

8th - 10th Grade

25 Qs

Y7 - Small Basic - HL 1

Y7 - Small Basic - HL 1

6th - 7th Grade

20 Qs

Python turtle

Python turtle

8th - 9th Grade

20 Qs

MSW Logo Quiz (Grade IV)

MSW Logo Quiz (Grade IV)

4th Grade - University

25 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?