Question 1
In AP Computer Science A, what is a data collection?
Question 2
Which statement best describes why an array is useful?
Question 3
What is an index in an array?
Question 4
If $scores$ is an array, what does $scores.length$ represent?
Question 5
What is the main reason to use an ArrayList instead of an array?