3. Algorithms and Programming

Lists — Quiz

Test your understanding of lists with 5 practice questions.

Read the lesson first

Practice Questions

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?
Lists Quiz — AP Computer Science Principles | A-Warded