7. ArraysΒΆ
Class Periods: 6-8
AP CSA Exam Weighting: 10-15%
- 7.1. Array Creation and Access
- 7.1.1. Declaring and Creating an Array
- 7.1.2. Using new to Create Arrays
- 7.1.3. Initializer Lists to Create Arrays
- 7.1.4. Array length
- 7.1.5. Access and Modify Array Values
- 7.1.6. Programming Challenge : Countries Array
- 7.1.7. Design an Array of Objects for your Community
- 7.1.8. Summary
- 7.1.9. AP Practice
- 7.1.10. Arrays Game
- 7.2. Traversing Arrays with For Loops
- 7.2.1. Index Variables
- 7.2.2. For Loop to Traverse Arrays
- 7.2.3. Looping From Back to Front
- 7.2.4. Looping through Part of an Array
- 7.2.5. Common Errors When Looping Through an Array
- 7.2.6. Programming Challenge : SpellChecker
- 7.2.7. Design an Array of Objects for your Community
- 7.2.8. Summary
- 7.2.9. Arrays Game
- 7.3. Enhanced For-Loop (For-Each) for Arrays
- 7.4. Array Algorithms (FRQs)
- 7.5. Unit 6 Summary
- 7.6. Mixed Up Code Practice
- 7.7. Toggle Mixed Up or Write Code Practice
- 7.8. Code Practice with Arrays
- 7.9. Multiple-Choice Exercises
- 7.10. Practice Exam for Arrays
- 7.11. More Code Practice with Arrays
You have attempted of activities on this page