Scratch/CS First Game Design

Scratch/CS First Game Design

Assessment

Quiz

9th - 12th Grade

Hard

Created by

Rochelle Derienzo

Used 13+ times

FREE Resource

Student preview

quiz-placeholder

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What happens when the user presses the up arrow?

The sprite moves up

The sprite plays meow sound

The sprite says "I'm staying here" for two seconds

Nothing happens

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

When Kalil runs the program below and presses the up arrow, nothing happens. How could Kalil change his code so that the up arrow moves the sprite?

Change the "when space key pressed" event to "when up arrow key pressed"

Change "move 10 steps" to "move 100 steps"

Change the "key up arrow pressed" block to "key right arrow pressed"

Take out the repeat until block

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What kind of block do you need to check whether a sprite is touching another sprite?

An event block

A forever block

A repeat 10 block

An if block

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

In the program below, when does the sprite say "Good job!"?

In the first second that the program runs

If the sprite touches the Baseball

If the sprite touches the mouse-pointer

It never says "Good job"

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Salomon programmed three sprites with the code below, but they all move in exactly the same way. What can he add to the three sprites' code to make them move differently each time the program is run?

A "pick random" block

A "move -10 steps" block

A "turn 45 degrees" block

A "turn -5 degrees" block

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

When you run the program below, what happens? (choose the best answer)

The sprite says "Hello!" for 2 seconds

The sprite says "Hello!" if the pick random block equals 2

The sprite will never say hello because the pick random block cannot equal 2

The sprite will never say hello because this code doesn't use a forever loop

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

In the program below, how many clones are created?

50

360

10

0

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?