
Understanding Event Functions and onStep in Python

Flashcard
•
Computers
•
9th Grade
•
Hard
Quizizz Content
FREE Resource
Student preview

8 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What is the purpose of the onStep function?
Back
To execute code once per second as defined by app.stepsPerSecond.
2.
FLASHCARD QUESTION
Front
How many times does onStep run if app.stepsPerSecond is set to 1? Options: Once per minute, Once per second, Twice per second, Ten times per second
Back
Once per second
3.
FLASHCARD QUESTION
Front
What data is accessible locally inside the function's implementation of def onMouseRelease(mouseX, mouseY):
?
Back
mouseX, mouseY
4.
FLASHCARD QUESTION
Front
In python, which method is called to add data to the end of a list?
Back
append
5.
FLASHCARD QUESTION
Front
What is the meaning of the term mutability in computer programming?
Back
Mutability is the ability of an object to be changed after its creation.
6.
FLASHCARD QUESTION
Front
In your CMU CS Academy App, you have declared a python list named app.shapes. Each time the onStep function triggers, you want to traverse the entire list of shapes. What code would you write to make this happen? Options: while shape in app.shapes:, for shape in app.shapes: # perform actions with shape, foreach shape in app.shapes:, for shape in app.shapes()
Back
for shape in app.shapes:
# perform actions with shape
7.
FLASHCARD QUESTION
Front
what does it mean to traverse a data structure such as a python list?
Back
To traverse a Python list means to access each element in the list sequentially.
8.
FLASHCARD QUESTION
Front
You are creating a painting app in CMU CS Academy using Python. You want your app to have the ability for the user to set different modes like draw, change, move, and delete for objects on the canvas. You need to implement code in your onStep function to test which mode the user has selected. What code would you write given the 4 selections listed above?
Back
if mode == 'draw':
# code to draw
elif mode == 'change':
# code to change
elif mode == 'move':
# code to move
elif mode == 'delete':
# code to delete
Similar Resources on Wayground
9 questions
Big Idea 1: Creative Development

Flashcard
•
9th - 11th Grade
10 questions
Ôn tập chủ đề F

Flashcard
•
KG
8 questions
CMU CS Academy Unit 2

Flashcard
•
9th Grade
6 questions
CMU CS Academy Unit 2 Function Call

Flashcard
•
9th Grade
10 questions
Programming Fundamentals Recap

Flashcard
•
8th Grade
8 questions
Python

Flashcard
•
KG - 9th Grade
10 questions
Le stringhe di Python

Flashcard
•
8th Grade
8 questions
CMU CS Academy Python Variable Names

Flashcard
•
9th Grade
Popular Resources on Wayground
15 questions
Hersheys' Travels Quiz (AM)

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
30 questions
Lufkin Road Middle School Student Handbook & Policies Assessment

Quiz
•
7th Grade
20 questions
Multiplication Facts

Quiz
•
3rd Grade
17 questions
MIXED Factoring Review

Quiz
•
KG - University
10 questions
Laws of Exponents

Quiz
•
9th Grade
10 questions
Characterization

Quiz
•
3rd - 7th Grade
10 questions
Multiply Fractions

Quiz
•
6th Grade