Python L27 Etch A Sketch

Python L27 Etch A Sketch

6th - 8th Grade

13 Qs

quiz-placeholder

Similar activities

Turtle Logo Programming

Turtle Logo Programming

1st - 6th Grade

10 Qs

Event based programming

Event based programming

6th - 8th Grade

10 Qs

Year 8 - Progress Check 1 (Python Turtle Shapes)

Year 8 - Progress Check 1 (Python Turtle Shapes)

8th - 9th Grade

10 Qs

Visual Basic Historical Development

Visual Basic Historical Development

8th Grade

10 Qs

Python Quiz - 3

Python Quiz - 3

3rd - 9th Grade

10 Qs

Game Art and Design - Quiz #2 - Wednesday, December 7th, 2022

Game Art and Design - Quiz #2 - Wednesday, December 7th, 2022

6th Grade

14 Qs

checkpoint 3grade7

checkpoint 3grade7

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