Python L27 Etch A Sketch

Python L27 Etch A Sketch

6th - 8th Grade

13 Qs

quiz-placeholder

Similar activities

Coding Vocabulary

Coding Vocabulary

4th - 6th Grade

13 Qs

Motion in Scratch

Motion in Scratch

6th - 8th Grade

15 Qs

Coding Pre-quiz

Coding Pre-quiz

6th - 9th Grade

15 Qs

GD II Terms (1-6)

GD II Terms (1-6)

6th - 12th Grade

12 Qs

Computational Thinking Quiz

Computational Thinking Quiz

6th Grade

15 Qs

Sequencing

Sequencing

4th - 6th Grade

15 Qs

Coding Vocabulary

Coding Vocabulary

8th Grade

14 Qs

Code.org Express Course -> Lesson 5

Code.org Express Course -> Lesson 5

5th - 7th Grade

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