Code.org CS Discoveries U3L22 Collisions

Code.org CS Discoveries U3L22 Collisions

9th Grade

8 Qs

quiz-placeholder

Similar activities

Post Test Scratch Traffic Light 2

Post Test Scratch Traffic Light 2

7th - 12th Grade

10 Qs

Scratch

Scratch

1st - 12th Grade

10 Qs

Scratch Quiz 2

Scratch Quiz 2

4th - 11th Grade

10 Qs

Scratch - Year - Programming Principles

Scratch - Year - Programming Principles

3rd - 10th Grade

8 Qs

Scratch Code

Scratch Code

KG - 11th Grade

10 Qs

Scratch 2

Scratch 2

KG - University

10 Qs

scratch

scratch

5th - 9th Grade

10 Qs

Scratch Quiz - 3

Scratch Quiz - 3

KG - 9th Grade

10 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);