Jump to content

GCSE Computer Science/AQA GCSE Computer Science/Structures

From Wikibooks, open books for an open world

Data structures exist to combine single items of data into groups or collections.

The simplest form of data structure is an ARRAY.

A more complex form of data structure could be a RECORD, such as that found in a database.