Python L27 Etch A Sketch

Python L27 Etch A Sketch

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Small Basic Basics

Small Basic Basics

8th - 9th Grade

10 Qs

All quiz

All quiz

3rd Grade - University

10 Qs

М4У2 кінець

М4У2 кінець

8th Grade

9 Qs

Turtle Logo Programming

Turtle Logo Programming

1st - 6th Grade

10 Qs

Python L1 Quiz 5: Random Numbers and More Turtle Features

Python L1 Quiz 5: Random Numbers and More Turtle Features

1st - 12th Grade

10 Qs

checkpoint 3grade7

checkpoint 3grade7

7th Grade

10 Qs

Pseudo Pylogo Intro

Pseudo Pylogo Intro

6th Grade

7 Qs

Python Tartaletka 2

Python Tartaletka 2

5th - 9th Grade

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

A

Move down

D

Move forward

W

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?