Block-Based programming language

Block-Based programming language

6th Grade

20 Qs

quiz-placeholder

Similar activities

Scratch Basics

Scratch Basics

6th Grade

20 Qs

Scratch Quiz

Scratch Quiz

4th - 8th Grade

19 Qs

Scratch Vocab and Concepts

Scratch Vocab and Concepts

6th - 8th Grade

17 Qs

Scratch basics

Scratch basics

3rd - 6th Grade

15 Qs

Scratch

Scratch

5th - 9th Grade

20 Qs

Scratch

Scratch

6th - 7th Grade

15 Qs

Scratch Basics

Scratch Basics

6th Grade

15 Qs

Scratch Programming

Scratch Programming

5th - 9th Grade

15 Qs

Block-Based programming language

Block-Based programming language

Assessment

Quiz

Computers

6th Grade

Medium

Created by

Mosunmade Akinwunmi

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator block would you use to check if a score is greater than 50 in Scratch?

Use the 'equal to' (=) operator block.
Use the 'greater than' (>) operator block.
Use the 'not equal to' (≠) operator block.
Use the 'less than' (<) operator block.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want your sprite to say “You win!” if the score equals 100. Which operator block should you use?

score > 100

score < 100

score = 100

score ≠ 100

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator block would you use if you want something to happen only when the player’s score is more than 10 and they have lives left?

or

not

and

join

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Look at this condition: if score > 10 or score < 0. What might be a problem with using this in a game?

It doesn’t use a variable.

It always makes the sprite say “Game Over.”

It’s impossible for score to ever be greater than 10 or less than 0.

The condition might be true even if the score is not in the danger zone.

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What does the not operator block do in Scratch?

It adds two numbers together.

It checks if two things are equal.

It makes a condition false if it was true.

It repeats an action forever.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want your game to end if the player has no lives OR time is up. Which operator block helps you do this?

Media Image
Media Image
Media Image
Media Image

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

You want your sprite to say “Hello, [name]!” using the name a user types. Which Operators block helps you do this?

Media Image
Media Image
Media Image
Media Image

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?