Which statement about Scratch lists is true?

Study for the Code.org Computer Science Discoveries Test. Engage with flashcards and multiple choice questions, each with hints and explanations. Get prepared for your exam!

Multiple Choice

Which statement about Scratch lists is true?

Explanation:
Lists in Scratch hold multiple items. This is why the statement that a list stores multiple values is true—you can add many items to a list, and each item has a position you can reference. You can access items by their index, check how many items are in the list, and loop through the list to process every item. This helps you manage groups of data instead of just one value. The other ideas don’t fit: a list isn’t limited to a single value, and it can be used with loops to go through all its items. Also, lists aren’t primarily used for sending messages—the broadcast system handles messages.

Lists in Scratch hold multiple items. This is why the statement that a list stores multiple values is true—you can add many items to a list, and each item has a position you can reference. You can access items by their index, check how many items are in the list, and loop through the list to process every item. This helps you manage groups of data instead of just one value. The other ideas don’t fit: a list isn’t limited to a single value, and it can be used with loops to go through all its items. Also, lists aren’t primarily used for sending messages—the broadcast system handles messages.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy