What is the purpose of the onStep function?

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
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 Quizizz
11 questions
Python Variables

Flashcard
•
9th Grade
11 questions
Python Basics Flashcard

Flashcard
•
8th Grade
9 questions
Python

Flashcard
•
7th - 10th Grade
10 questions
Programming Intro Python WPMS

Flashcard
•
9th Grade
9 questions
Fall Final 2024 - CS Fundamentals

Flashcard
•
9th Grade
10 questions
Introduction to Python

Flashcard
•
8th Grade
10 questions
Review Part 2 for Final

Flashcard
•
9th Grade
8 questions
Python

Flashcard
•
KG - 9th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University