AS / A Level Computer Science
AS CS 10 Data Types and Structures
AS CS 10.1
Candidates should be able to:
Use the technical terms associated with arrays
Select a suitable data structure (1D or 2D array) to use for a given task
Write pseudocode for 1D and 2D arrays
Write pseudocode to process array data
Notes and guidance
Including index, upper and lower bound
Sort using a bubble sort
Search using a linear search