Please enable JavaScript to use CodeHS

IB Computer Science Standard Level

Lesson 13.2 Traversing Arrays

Description


Objective


Activities

These are all the activities included in the lesson

13.2.1 Using Arrays
13.2.2 Quiz: Using Arrays
13.2.3 Iterating Over An Array - For Loop
13.2.4 Iterating Over An Array - While Loop
13.2.5 Array Out of Bounds
13.2.6 Finding a Target Value
13.2.7 Print Array
13.2.8 Print Odd Array Indices
13.2.9 Find Index of a String
13.2.10 Thinking Ahead: Fibonacci Sequence
13.2.11 Fibonacci Sequence