Skip to main content

← Computer Science syllabus

United StatesComputer Science

Unit 6: Array

4 dot points across 4 inquiry questions. Click any dot point for a focused answer with worked past exam questions where available.

How do you create an array of a fixed size, and how do you read or change the element at a given index?

What are the standard array algorithms - finding a sum, maximum, minimum, count or average - and how do you write them?

When is the enhanced for loop the cleaner way to read every element of an array, and what can it not do?

How do you visit every element of an array in order using a standard for loop driven by the index?