Variables in Scratch

Variables in Scratch

6th - 8th Grade

35 Qs

quiz-placeholder

Similar activities

Scratch and Programming  Test UNIT 3 MS/HS

Scratch and Programming Test UNIT 3 MS/HS

8th Grade

30 Qs

PLTW AC- Flowchart

PLTW AC- Flowchart

6th - 8th Grade

30 Qs

Scratch - Introduction to Coding

Scratch - Introduction to Coding

6th - 8th Grade

40 Qs

Year 6 Scratch Coding Quiz

Year 6 Scratch Coding Quiz

6th Grade

30 Qs

UH - SUMATIF INFORMATIKA 8 - ALGORITMA & PEMROGRAMAN (SCRACTH)

UH - SUMATIF INFORMATIKA 8 - ALGORITMA & PEMROGRAMAN (SCRACTH)

8th Grade

40 Qs

Pemrograman Scratch

Pemrograman Scratch

7th Grade

40 Qs

Scratch Programming Worksheet

Scratch Programming Worksheet

6th - 7th Grade

30 Qs

Scratch Programming Quiz

Scratch Programming Quiz

6th Grade

40 Qs

Variables in Scratch

Variables in Scratch

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Samson Muema

Used 1+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

A variable like this one, can only hold one value at a time

True

False

Answer explanation

The statement is True because a variable can only store one value at a time. This is a fundamental characteristic of variables in programming.

2.

MULTIPLE SELECT QUESTION

5 mins • 1 pt

Media Image

A Variable can hold a value that can be:

Names.

Numbers

a name.

a number

Answer explanation

A variable can hold different types of values. The correct choices 'a name' and 'a number' represent the types of data a variable can store, while 'Names' and 'Numbers' are not specific enough to be considered valid options.

3.

MULTIPLE SELECT QUESTION

5 mins • 1 pt

Variables can be used for:

Keeping score

Counting

Controlling the flow of the program

Starting a program

Answer explanation

Variables are essential for keeping score and counting, as they store values that can change during program execution. However, they do not directly control the flow of a program or start it.

4.

MULTIPLE SELECT QUESTION

5 mins • 1 pt

Media Image

What does this block mean?

number of days = 5

increase number of days by 5

make the variable 'number of of days' hold a value of 5

Add 5 to whatever value number of days was holding before.

Answer explanation

The block indicates to add 5 to the current value of 'number of days', which aligns with the choices 'Add 5 to whatever value number of days was holding before' and 'increase number of days by 5'.

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

If this script is given to a sprite, what will the sprite say?

5

6

30

11

Answer explanation

The script likely involves a calculation or logic that results in the number 11. Therefore, the sprite will say '11', which is the correct answer among the choices provided.

6.

MULTIPLE SELECT QUESTION

5 mins • 1 pt

Media Image

What does this block mean?

number of days = 12

increase number of days by 12

make the variable 'number of days' hold a value of 12

Add 12 to whatever value number of days was holding before.

Answer explanation

The block assigns the value 12 to the variable 'number of days', meaning it directly sets 'number of days' to 12. This matches the correct choices, as it indicates the variable now holds that specific value.

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

If this script is given to a sprite, what will the sprite say?

3

9

2

8

Answer explanation

The script likely contains a calculation or logic that results in the number 9. Therefore, the sprite will say '9' as the correct answer.

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?