6. ArraysΒΆ
Class Periods: 6-8
AP CSA Exam Weighting: 10-15%
- 6.1. Array Creation and Access
- 6.1.1. Declaring and Creating an Array
- 6.1.2. Using new to Create Arrays
- 6.1.3. Initializer Lists to Create Arrays
- 6.1.4. Array length
- 6.1.5. Access and Modify Array Values
- 6.1.6. Programming Challenge : Countries Array
- 6.1.7. Design an Array of Objects for your Community
- 6.1.8. Summary
- 6.1.9. AP Practice
- 6.1.10. Arrays Game
- 6.2. Traversing Arrays with For Loops
- 6.2.1. Index Variables
- 6.2.2. For Loop to Traverse Arrays
- 6.2.3. Looping From Back to Front
- 6.2.4. Looping through Part of an Array
- 6.2.5. Common Errors When Looping Through an Array
- 6.2.6. Programming Challenge : SpellChecker
- 6.2.7. Design an Array of Objects for your Community
- 6.2.8. Summary
- 6.2.9. Arrays Game
- 6.3. Enhanced For-Loop (For-Each) for Arrays
- 6.4. Array Algorithms (FRQs)
- 6.5. Unit 6 Summary
- 6.6. Mixed Up Code Practice
- 6.7. Toggle Mixed Up or Write Code Practice
- 6.8. Code Practice with Arrays
- 6.9. Multiple-Choice Exercises
- 6.10. Practice Exam for Arrays
- 6.11. More Code Practice with Arrays
You have attempted of activities on this page