Question 1
What is a list in AP Computer Science Principles?
Question 2
Why are lists useful in a program?
Question 3
If a list contains the values $[4, 7, 9]$, what is the first item in the list?
Question 4
What does it mean to access an element of a list?
Question 5
Which situation is best suited for using a list?