SCR1 Recap Day 4

SCR1 Recap Day 4

1st Grade

6 Qs

quiz-placeholder

Similar activities

Scratch Quiz - 3

Scratch Quiz - 3

KG - 9th Grade

10 Qs

Tugas hari 3 basuki

Tugas hari 3 basuki

1st Grade

10 Qs

(Intermediate) Week 9/10: Functions (Capstone Project)

(Intermediate) Week 9/10: Functions (Capstone Project)

KG - University

10 Qs

Journeys Offline - Recap

Journeys Offline - Recap

KG - 2nd Grade

9 Qs

4.1.1 scratch

4.1.1 scratch

1st Grade

10 Qs

The Mighty Snake

The Mighty Snake

1st Grade

10 Qs

SCR1 Recap Day 1

SCR1 Recap Day 1

1st Grade

8 Qs

3. Bounce Game

3. Bounce Game

1st - 10th Grade

7 Qs

SCR1 Recap Day 4

SCR1 Recap Day 4

Assessment

Quiz

Computers

1st Grade

Hard

Created by

Saturday Kids

Used 323+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Where can you find the broadcast block?

Control

Events

Looks

Sounds

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What do you use broadcast for?

Send a message to a sprite to do something

Send a message to many sprites to do something

Send a message to the backdrop to change

All of the above

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What does this code block do?

When sprite touches pink colour, it will broadcast “gameover” and game will stop.

When sprite touches pink colour, it will broadcast “gameover” but game will not stop.

When sprite touches pink colour, it will broadcast “gameover” and the sprite will disappear.

When sprite touches pink colour, it will say "game over"

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following scenario can be achieved using broadcast?

When game ends, hide all the sprites.

When character touches another sprite, add 5 points to the total score.

When timer runs out, the game will stop.

All of the above.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following blocks do you use to make a sprite spin 10 times?

forever

repeat

broadcast

clone

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is wrong with the code block?

The timer will not start

The timer will not decrease every second

The broadcast message “gameover” will not be sent

There is nothing wrong with the code.