CMU CS Academy Unit 6.3 Motion

CMU CS Academy Unit 6.3 Motion

9th Grade

8 Qs

quiz-placeholder

Similar activities

Quiz Lec2

Quiz Lec2

KG - University

10 Qs

Comandos do Terminal Linux

Comandos do Terminal Linux

4th Grade - Professional Development

10 Qs

ASK T3-PEMIKIRAN KOMPUTASIONAL

ASK T3-PEMIKIRAN KOMPUTASIONAL

1st - 9th Grade

12 Qs

Tin 7 bài 2

Tin 7 bài 2

6th - 9th Grade

10 Qs

Bạn có phải là người học tốt Tin học 8

Bạn có phải là người học tốt Tin học 8

1st Grade - University

10 Qs

Dyski

Dyski

7th - 12th Grade

10 Qs

Bài 8- CĐ F-TH10

Bài 8- CĐ F-TH10

9th - 12th Grade

10 Qs

Computer shortcuts

Computer shortcuts

KG - Professional Development

10 Qs

CMU CS Academy Unit 6.3 Motion

CMU CS Academy Unit 6.3 Motion

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Joan Goldberg

Used 51+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is c.dx and c.dy?

c = Circle(50, 150, 20, fill='navy')

c.dx = 5

c.dy = 6

properties

custom properties

methods

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the default value of app.stepsPerSecond?

onStep is a function that is called app.stepsPerSecond number of times per second.

1

5

30

90

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which code represents motions that are horizontal?

c = Circle(50, 150, 20, fill='navy')

c.dx = 5

c.dy = 6

c.centerX += c.dx

c.centerY += c.dy

c.centerX += c.dx

c.centerY += c.dy

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

Which code represents motions that are horizontal?

c = Circle(50, 150, 20, fill='navy')

c.dx = 5

c.dy = 6

c.top += c.dy

c.bottom += c.dy

c.right += c.dx

c.left+= c.dx

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

Which code represents motions that are vertical?

c = Circle(50, 150, 20, fill='navy')

c.dx = 5

c.dy = 6

c.top += c.dy

c.bottom += c.dy

c.right += c.dx

c.left+= c.dx

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

Which code represents motions that are moving down?

c = Circle(50, 150, 20, fill='navy')

c.dx = 5

c.dy = 6

c.top += c.dy

c.bottom += c.dy

c.right += c.dx

c.left+= c.dx

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

Which code represents motions that are moving right?

c = Circle(50, 150, 20, fill='navy')

c.dx = 5

c.dy = 6

c.top += c.dy

c.bottom += c.dy

c.right += c.dx

c.left+= c.dx

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which code represents motions that are diagonal?

c = Circle(50, 150, 20, fill='navy')

c.dx = 5

c.dy = 6

c.centerX += c.dx

c.centerY += c.dy

c.centerX += c.dx

c.centerY += c.dy