Python L27 Etch A Sketch

Python L27 Etch A Sketch

6th - 8th Grade

13 Qs

quiz-placeholder

Similar activities

Small Basic

Small Basic

7th - 9th Grade

17 Qs

Hour of Code 3.1 & 3.2

Hour of Code 3.1 & 3.2

6th - 8th Grade

10 Qs

APP LAB 2

APP LAB 2

7th Grade

10 Qs

Review multiple choice Quiz

Review multiple choice Quiz

KG - Professional Development

10 Qs

SURATNO HADI SAPUTRA

SURATNO HADI SAPUTRA

KG - University

10 Qs

CSF Express Course Vocabulary

CSF Express Course Vocabulary

8th Grade

18 Qs

AC 3 Vocab

AC 3 Vocab

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