OCR GCSE Computer Science > Arrays and Sorting Algorithms > Flashcards
What is an array?
An array is a data structure that allows you to hold many items of data which is referenced by one identifier.
What must all items of data in an array have in common?
They must all be the same data type.
Do arrays have fixed lengths?
Yes.