Python L27 Etch A Sketch

Python L27 Etch A Sketch

6th - 8th Grade

13 Qs

quiz-placeholder

Similar activities

Python Turtle - Knowledge Check

Python Turtle - Knowledge Check

7th - 8th Grade

10 Qs

Hour of Code 3.1 & 3.2

Hour of Code 3.1 & 3.2

6th - 8th Grade

10 Qs

Python L27 Etch A Sketch

Python L27 Etch A Sketch

6th - 8th Grade

10 Qs

AC 3 Vocab

AC 3 Vocab

8th Grade

10 Qs

Programming via Lego

Programming via Lego

6th Grade

10 Qs

Python Turtle - MCA Year 7

Python Turtle - MCA Year 7

7th Grade

14 Qs

Module 2 - Lesson 7

Module 2 - Lesson 7

6th - 12th Grade

13 Qs

6th grade Code.org Quiz

6th grade Code.org Quiz

6th Grade

10 Qs

Python L27 Etch A Sketch

Python L27 Etch A Sketch

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Future Teacher

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code tells the turtle what to do when you press a key on the keyboard?

onkeypress()

listen()

onkey()

keypress()

2.

HOTSPOT QUESTION

1 min • 1 pt

Please choose the "Event-Driven" programming.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following turns the turtle right by 90 degrees?

tom.right(90)

tom.rt(90)

tom.lt(-90)

All of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

exitonclick() will keep the window open until you click on it.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of listen() in Turtle graphics?

To draw shapes

To wait for user input (keyboard events)

To control the turtle’s speed

To change the turtle’s color

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In sequencing programming, how are instructions executed?

Randomly

Based on user input

Only when events occur

In a specific, linear order

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of event-driven programming?

A program that adds 2 + 2

A turtle drawing three shapes

A program that moves when you press the “W” key

A for loop counting to 10

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?