Python L27 Etch A Sketch

Python L27 Etch A Sketch

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

LOGO TURTLE GRADE 2

LOGO TURTLE GRADE 2

2nd Grade - University

13 Qs

Game Lab - Basic Sprite Control

Game Lab - Basic Sprite Control

6th - 12th Grade

10 Qs

Turtle Academy (Lessons 1 & 2)

Turtle Academy (Lessons 1 & 2)

6th - 8th Grade

10 Qs

Python L29 Snake Game

Python L29 Snake Game

6th - 8th Grade

10 Qs

MS Logo

MS Logo

4th - 9th Grade

10 Qs

Introduction to Python Turtle

Introduction to Python Turtle

7th - 8th Grade

10 Qs

Quiz: Basic Graphics and Shapes with Turtle

Quiz: Basic Graphics and Shapes with Turtle

7th Grade

10 Qs

Small Basic Week 7 (Mod 2.2) Pre-Quiz

Small Basic Week 7 (Mod 2.2) Pre-Quiz

7th - 8th Grade

12 Qs

Python L27 Etch A Sketch

Python L27 Etch A Sketch

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Future Teacher

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main purpose of screen.listen() in turtle programs?

Moves the turtle automatically

Starts detecting keyboard input

Changes the background color

Resets the screen

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if you don’t call listen() before using onkey()?

The turtle will move randomly

The program crashes

Key presses won’t trigger any functions

The turtle ignores all commands

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is onkey() correctly used to bind a function to a key?

onkey(go_up(), "Up")

onkey("Up", go_up)

screen.onkey(go_up, "Up")

screen.listen(go_up, "Up")

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In event-driven programming, the code waits for the user to trigger events like pressing keys.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

onkey() will only work if parentheses are included (e.g., onkey(go_up(), "Up")).

True

False

6.

MATCH QUESTION

1 min • 1 pt

Match each key with its correct turtle command behavior.

D

Move down

S

Move right

W

Move left

A

Move forward

7.

DRAG AND DROP QUESTION

1 min • 1 pt

The function that enables the screen to start waiting for key presses is​ (a)   .

listen()
home()
circle()
onkey()

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?