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

  1. What is the length of an empty list?
    • Zero.
  2. Why are lists more powerful than variables?
    • Because they can store multiple data points, rather than just one.
  3. Can a list contain different data types? For example, could it store both numbers and words?
    • Yes, at least in scratch it can.