News

National 5 Implementation: Data types and structures Arrays Data is stored differently depending on its type. Numbers are stored as integers or real numbers, text as string or characters. Lists of ...
An array is a data structure that holds similar, related data. An array is like a collection of boxes, each of which is called an element . Each element has a position in the array, and can hold a ...