
CMU CS Academy Unit 6.3.4 Special Types of Motion
Authored by Joan Goldberg
Computers
9th Grade
Used 49+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the motion
c = Circle(200, 200, 20, fill='navy')
c.dx = 5
def onStep():
c.centerX += c.dx
if (c.left > 400):
c.right = 0
reverses the motion
stops the motion
wraparound motion
bouncing horizontally
bouncing vertically
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the motion
c = Circle(200, 200, 20, fill='navy')
c.dx = 5
def onStep():
c.centerX += 0
reverses the motion
stops the motion
wraparound motion
bouncing horizontally
bouncing vertically
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the motion
c = Circle(200, 200, 20, fill='navy')
c.dx = 5
def onStep():
c.centerX += c.dx
if ((c.left < 0) or (c.right > 400)):
c.dx = -c.dx
reverses the motion
stops the motion
wraparound motion
bouncing horizontally
bouncing vertically
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the motion
c = Circle(200, 200, 20, fill='navy')
c.dy = 5
def onStep():
c.centerY += c.dy
if ((c.top < 0) or (c.bottom > 400)):
c.dy = -c.dy
reverses the motion
stops the motion
wraparound motion
bouncing horizontally
bouncing vertically
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the motion
c = Circle(200, 200, 20, fill='navy')
c.dx = 5
def onStep():
c.centerX += -c.dx
reverses the motion
stops the motion
wraparound motion
bouncing horizontally
bouncing vertically
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Find x = 310 // 60
0
5
5.17
10
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Find x = 310 % 60
0
5
5.17
10
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?