CARVIEW |
Lists & Operators in Scratch Programming Quiz
In this quiz, we will explore how lists help store multiple values in Scratch and how operators perform calculations and comparisons. Understanding these concepts will enhance your ability to build interactive projects efficiently.
Question 1
What is a list in Scratch?
A single variable
A collection of values stored together
A script for animations
A type of loop
Question 2
Which category contains the blocks used for lists in Scratch?
Motion
Looks
Variables
Sensing
Question 3
What does the “add (thing) to [list]” block do?
Removes a value from a list
Adds a value to the end of a list
Replaces all values in the list
Creates a new list
Question 4
How do you remove an item from a list in Scratch?
Using “delete [index] of [list]” block
Using “replace item [index] of [list]” block
Using “clear list” block
You cannot remove items from a list
Question 5
How can you find the length of a list in Scratch?
Using “length of [list]” block
Using “count items in [list]” block
Using “item [last] of [list]” block
Using “repeat until [list] is empty” block
Question 8
Which block is used for checking if two conditions are both true?
“and” block
“or” block
“not” block
“equal” block
Question 9
What does the “mod” operator do in Scratch?
Finds the remainder when dividing two numbers
Rounds a number to the nearest integer
Checks if a number is prime
Converts text to a number
Question 10
What does the “pick random (1) to (10)” block do?
Picks a random decimal between 1 and 10
Picks a random integer between 1 and 10
Always returns 5
Returns a random number between 0 and 10
There are 10 questions to complete.