A Level Computer Science OCR Test 2026 – 400 Free Practice Questions to Pass the Exam

Question: 1 / 400

What type of data structure is best when you need a fixed number of elements?

Dynamic array

Static list

A static list is optimal when you need a fixed number of elements because it is designed to hold a predefined size of data. Once the size is established, the static list allocates memory for that exact number of elements, making it efficient in terms of memory usage and access speed.

In contrast, a dynamic array and a dynamic list can resize, which introduces overhead for managing changes in size and may waste memory if not fully utilized. Tuples, while immutable and also of fixed size, are typically used for different purposes, such as grouping heterogeneous data rather than functioning as a traditional list structure with fixed capacity for more uniform data types. Thus, for applications needing a predetermined number of elements, a static list is the most appropriate choice.

Get further explanation with Examzify DeepDiveBeta

Tuple

Dynamic list

Next Question

Report this question

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy