Which statement about Scratch lists is true?

Prepare for the Code.org Computer Science Discoveries test. Study with interactive quizzes and comprehensive explanations. Master key concepts and boost your confidence!

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 Passetra

You can unsubscribe at any time. Read our privacy policy