Python L27 Etch A Sketch

Python L27 Etch A Sketch

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Python Turtle

Python Turtle

7th - 8th Grade

6 Qs

Python L25 Turtle

Python L25 Turtle

6th - 8th Grade

12 Qs

ICT Health

ICT Health

6th - 12th Grade

14 Qs

Computer Hardware and Operating Systems

Computer Hardware and Operating Systems

6th - 8th Grade

10 Qs

Blocks Turtle

Blocks Turtle

1st - 8th Grade

14 Qs

Python Turtle

Python Turtle

6th Grade

12 Qs

Tables and Hardware/Software Input/Output

Tables and Hardware/Software Input/Output

4th - 6th Grade

13 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 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.

W

Move forward

A

Move down

D

Move right

S

Move left

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?