JCCF8

JCCF8

3rd Grade

5 Qs

quiz-placeholder

Similar activities

L9 3-5 Scratch Variables

L9 3-5 Scratch Variables

3rd Grade

10 Qs

Scratch Quiz

Scratch Quiz

KG - 8th Grade

10 Qs

Scratch

Scratch

KG - University

10 Qs

Scratch intro & Pen Commands Quiz

Scratch intro & Pen Commands Quiz

1st - 10th Grade

10 Qs

Steam Project Questions

Steam Project Questions

3rd Grade

9 Qs

Pictoblox 7

Pictoblox 7

1st - 9th Grade

10 Qs

Scratch Debugging

Scratch Debugging

3rd Grade

10 Qs

Simple Movement of the sprite

Simple Movement of the sprite

3rd Grade

10 Qs

JCCF8

JCCF8

Assessment

Quiz

Computers

3rd Grade

Hard

Created by

jata code

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if a sprite touches the color red in this code?

It will change the score by 300


It will change the score by 100

Print "red"

Error

Answer explanation

The code checks if a sprite touches red. If it does, the game score increases, like earning points.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of block helps the sprite move or change its place?

Sensing

Looks

Motion

Control

Answer explanation

The motion block helps sprites move or change places. It's like controlling a toy car's direction.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you create a game where the player tries to guess a randomly generated number, what do you need to use to store and refer this number later?

Control block

Variable

USB drive

Sprite

Answer explanation

A variable can hold a number and remember it for different parts of the game, like a memory card that keeps a special number safe.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you make a sprite smaller in Scratch?

By using 'change size by -10' block

By using 'change size by 10' block


Both 1 and 2

None of these

Answer explanation

The 'change size by' block helps change how big or small a sprite looks. When you use a negative number like -10, the sprite becomes smaller.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The 'stop other scripts in sprite' block is used to add the function of stopping other scripts in a sprite.

True

False

Answer explanation

The 'stop other scripts in sprite' block is like a tool to stop other things a sprite is doing. It's like saying "stop" to other scripts so they don't run at the same time.