โŒจ๏ธap computer science principles review

List

Written by the Fiveable Content Team โ€ข Last updated August 2025
Verified for the 2026 exam
Verified for the 2026 examโ€ขWritten by the Fiveable Content Team โ€ข Last updated August 2025

Definition

A list, also known as an array or a collection, is a data structure that holds a sequence of elements. In AP Pseudocode, it allows storing multiple values under one variable. Each element in the list can be accessed using its index.

"List" also found in: