Lab Write Up
Name: Arman Williams
Period: 7
Assignment: Lab #9
Lab Overview
This lab focuses on lists in scratch and using them to store data.
HERE.
My Solution
I created lists and had sprites ask questions to insert data values in the lists. Then did whatever needed to be done.
My Pair project
Assignment 1
Assignment 2
Questions
- What is the length of an empty list?
- Why are lists more powerful than variables?
- Because they can store multiple data points, rather than just one.
- Can a list contain different data types? For example, could it store both numbers and words?
- Yes, at least in scratch it can.