Journeys Offline - Recap

Journeys Offline - Recap

KG - 2nd Grade

9 Qs

quiz-placeholder

Similar activities

Coding

Coding

5th Grade

10 Qs

SCRATCH - GRADE 2 - JUNE2023

SCRATCH - GRADE 2 - JUNE2023

2nd Grade

10 Qs

Day 2 Quiz

Day 2 Quiz

1st - 12th Grade

10 Qs

Project STEM CSE1 U0

Project STEM CSE1 U0

6th - 8th Grade

14 Qs

SCR1 Recap Day 1

SCR1 Recap Day 1

1st Grade

8 Qs

Code.org Course E: Sprites

Code.org Course E: Sprites

3rd - 5th Grade

10 Qs

Scratch Basics - Grade 4

Scratch Basics - Grade 4

4th Grade

10 Qs

Grade 3 Scratch blocks

Grade 3 Scratch blocks

3rd Grade

10 Qs

Journeys Offline - Recap

Journeys Offline - Recap

Assessment

Quiz

Computers, Education

KG - 2nd Grade

Hard

Created by

Saturday Kids

Used 9+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you search for an image with a transparent background?

Google for the image, click on Tools, and select Transparent color

Google for the image

Google for the image, click on Tools, and select Any color

Google for the image, click on Tools

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are variables used for?

To send a message

To store a value

To change a costume

To clone a sprite

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following features uses a variable?

A sprite moving up when the arrow key is pressed

A game timer that starts at 60 and counts down to 0

A clone that disappears after 5 seconds

A score that increases every time the sprite catches a ball

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are conditionals used for?

To do something when green flag is clicked

To do something when an event happens

To do something when a condition is true or false

To do something when a variable has changed

5.

MULTIPLE CHOICE QUESTION

30 sec • 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

To help organise codes

All of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following scenarios 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.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following scenarios can be achieved using clones?

Creating a shooting game

Creating an image

Creating a permanent copy of the sprite

None of the above

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the uses of comments?

To plan the actions a sprite is going to take

To explain the code to others and ourselves

To make the code more readable

All of the above

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is a bad programming habit?

Always test & debug while coding

Give instructions to the user on how to use the project

Add comments/Use broadcast to organise codes

Name variables randomly