Please enable JavaScript to use CodeHS

IB Computer Science Higher Level (Year One) (2021)

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

12.1 Array

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

12.2 Traversing Arrays

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

12.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

12.4 Developing Algorithms Using Arrays

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