Please enable JavaScript to use CodeHS

Utah Computer Programming 1 and 2

Lesson 12.2 Lists

Description

In this lesson, students will learn about their second data structure, lists. A list is a mutable, heterogeneous data type that stores an ordered sequence of things.


Objective

Students will be able to:

  • understand and explain the characteristics of a list
  • use lists to store and recall information