Code.org CS Discoveries U3L22 Collisions

Code.org CS Discoveries U3L22 Collisions

9th Grade

8 Qs

quiz-placeholder

Similar activities

Loops and Iteration in Programming Quiz

Loops and Iteration in Programming Quiz

9th Grade

10 Qs

scratch

scratch

5th - 9th Grade

10 Qs

Explore Scratch 3: Motion and Pen

Explore Scratch 3: Motion and Pen

3rd Grade - University

10 Qs

Code.org CS Discoveries U3L08 Sprite Properties

Code.org CS Discoveries U3L08 Sprite Properties

9th Grade

10 Qs

Scratch 5

Scratch 5

4th - 11th Grade

10 Qs

Scratch

Scratch

1st - 12th Grade

10 Qs

Scratch

Scratch

KG - University

10 Qs

Variables in Scratch

Variables in Scratch

2nd Grade - University

11 Qs

Code.org CS Discoveries U3L22 Collisions

Code.org CS Discoveries U3L22 Collisions

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Joan Goldberg

Used 36+ 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);