GCSE Computer Science/AQA GCSE Computer Science/Structures

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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.