Please enable JavaScript to use CodeHS

AP Computer Science A (Nitro - 2019 AP CSA Framework)

Array

Students learn about how to use and manipulate data in the form of arrays. Students explore the limitations of primitive data types in the context of storing data, and develop programs that use arrays to store and search for data.

Lessons

6.1 Array

  • Introduction to Arrays
  • Quiz: Arrays
  • Making an Array
  • Make an Empty Array
  • Indexing Into an Array
  • +4 more

6.2 Traversing Arrays

  • Using Arrays
  • Quiz: Using Arrays
  • Iterating Over An Array - For Loop
  • Iterating Over An Array - While Loop
  • Array Out of Bounds
  • +5 more

6.3 Enhanced for Loop for Arrays

  • Enhanced For Loop for Arrays
  • Enhanced For Loop for Arrays
  • Enhanced For Loop
  • Classroom Array
  • Updating Values in a Loop
  • +4 more

6.4 Developing Algorithms Using Arrays

  • Developing Algorithms Using Arrays
  • Developing Algorithms Using Arrays
  • Finding the Minimum Value
  • Reordering an Array
  • Finding Duplicates
  • +4 more

6.5 Array Quiz

  • Array Quiz