4.4 Project Application 2

4.4 Project Application 2

1st - 5th Grade

9 Qs

quiz-placeholder

Similar activities

Scratch

Scratch

4th Grade

11 Qs

Variables in Scratch

Variables in Scratch

2nd Grade - University

11 Qs

SCR1 Recap Day 3

SCR1 Recap Day 3

1st Grade

8 Qs

Graphic Effects and Complex Motion

Graphic Effects and Complex Motion

5th - 7th Grade

10 Qs

Fungsi menu dan icon pada tampilan scratch

Fungsi menu dan icon pada tampilan scratch

5th Grade

13 Qs

Grade 3: Scratch An Introduction

Grade 3: Scratch An Introduction

1st - 4th Grade

8 Qs

Scratch Quiz-1

Scratch Quiz-1

3rd Grade

10 Qs

Scratch Quiz

Scratch Quiz

KG - 8th Grade

10 Qs

4.4 Project Application 2

4.4 Project Application 2

Assessment

Quiz

Computers

1st - 5th Grade

Hard

Created by

Future Teacher

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does the "wait 1 second" block do in this code?

Makes the sprite disappear for 1 second

Pauses the program for 1 second before repeating

Changes the ghost's color every second

Slows down the hammer sprite

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Angry Pink Ghost always starts moving from the left side of the screen.

True

False

3.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

In the Hammer code, the sprite follows the _______ pointer.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which ghost moves in a straight horizontal line from left to right?

Happy White Ghost

Angry Pink Ghost

Hammer

None

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the go to random position block do?

It makes the sprite disappear and reappear.
It moves the sprite to a random location on the stage.
It rotates the sprite to a random angle.
It changes the sprite's color randomly.

6.

MATCH QUESTION

1 min • 1 pt

Match each sprite to its behavior:

Hammer

Moves horizontally from left to right

Happy White Ghost

Teleports randomly every second

Angry Pink Ghost

Moves to mouse pointer

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which block repeats an action forever?

when green flag clicked

forever

go to random position

change x by 15

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What would happen if the set x to -230 block is missing the code?

The block will automatically default to zero.
The program will crash immediately.

The program may resulting in incorrect positioning.

The program will run without any issues.

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The hammer sprite uses a random position block to follow the player.

True

False