IGCSE Computer Science: Interactive Quiz - Arrays

This interactive quiz tests your understanding of Arrays (2.2.4), a key part of the Programming Concepts in the Cambridge IGCSE Computer Science (0478/0984) syllabus. This topic is primarily assessed in Paper 2: Practical Problem-solving and Programming.

To succeed in this quiz, you should have a solid understanding of: declaring one-dimensional and two-dimensional arrays, understanding how array indices work (typically 0-indexed or 1-indexed based on language/pseudocode context), accessing individual elements within an array using their index, and iterating through array elements using loops. We'll explore these concepts using the example of Sarah, who is writing simple programs to manage lists of scores and data.

Question 0 of 10