Code.org CS Discoveries U3L22 Collisions

Code.org CS Discoveries U3L22 Collisions

9th Grade

8 Qs

quiz-placeholder

Similar activities

Scratch Code

Scratch Code

KG - 11th Grade

10 Qs

Scratch interface

Scratch interface

5th - 9th Grade

12 Qs

Pemrograman kelas 7 (scratch)

Pemrograman kelas 7 (scratch)

KG - University

9 Qs

Using Sprite Lab in code.org (Homework 1)

Using Sprite Lab in code.org (Homework 1)

9th - 12th Grade

10 Qs

Scratch!

Scratch!

4th Grade - Professional Development

8 Qs

Guess The Logos

Guess The Logos

KG - University

12 Qs

TMK TAHUN 6 - PENGHASILAN DAN PENGUJIAN ATUR CARA

TMK TAHUN 6 - PENGHASILAN DAN PENGUJIAN ATUR CARA

1st - 12th Grade

12 Qs

FOC UNIT 3 - INTERACTIVE ANIMATIONS AND GAMES (Vocabulary)

FOC UNIT 3 - INTERACTIVE ANIMATIONS AND GAMES (Vocabulary)

9th - 12th Grade

13 Qs

Code.org CS Discoveries U3L22 Collisions

Code.org CS Discoveries U3L22 Collisions

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Joan Goldberg

Used 37+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The car goes right.

and is speeding up.

The car goes right.

and is slowing down.

The car goes right, slows down and then goes backward.

The car goes right, slows down and then stops.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The car goes right.

and is speeding up.

The car goes right.

and is slowing down.

The car goes right, slows down and then goes backward.

The car goes right, slows down and then stops.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The car goes left, slows down and stops.

The car goes right, slows down and stops.

The car goes down, slows down and stops.

The car goes up, slows down and stops.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The car goes left, slows down and stops.

The car goes right, slows down and stops.

The car goes down, slows down and stops.

The car goes up, slows down and stops.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Makes the sprite push the target as long as they are touching each other. The sprite keeps moving normally.

sprite.displace(tgt);

sprite.collide(tgt);

sprite.bounce(tgt);

sprite.bounceOff(tgt);

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Makes the sprite stop when it runs into the target. If the target is moving, it will push the sprite with it. The target keeps moving as before.

sprite.displace(tgt);

sprite.collide(tgt);

sprite.bounce(tgt);

sprite.bounceOff(tgt);

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Makes the sprite and the target bounce when they touch each other. Both the sprite and the target change how they are moving.

sprite.displace(tgt);

sprite.collide(tgt);

sprite.bounce(tgt);

sprite.bounceOff(tgt);

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Makes the sprite bounce off the target when they touch each other. The target keeps moving as before.

sprite.displace(tgt);

sprite.collide(tgt);

sprite.bounce(tgt);

sprite.bounceOff(tgt);