Jump to content

Array

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Pittigrilli (talk | contribs) at 16:08, 17 November 2022 (better version of image). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

An array is a systematic arrangement of similar objects, usually in rows and columns.

The little push-buttons on the upper part of the right electronic device are arranged in an array with 3 rows and 4 columns. The two devices themselves form a very simple array of 2 rows and 1 column.

Things called an array include:

Music

Science

Astronomy

A telescope array, also called astronomical interferometer.

Biology

Computer science

Generally, a collection of same type data items that can be selected by indices computed at run-time, including:

  • Array data structure, an arrangement of items at equally spaced addresses in computer memory
  • Array data type, used in a programming language to specify a variable that can be indexed
  • Associative array, an abstract data structure model composed of key-value pairs, often implemented as a hash table or search tree

or various kinds of the above, such as:

or various related concepts:

  • Array programming, using matrix algebra notation in programs (not the same as array processing)
  • Array slicing, the extraction of sub-arrays of an array

or also:

Mathematics and statistics

Technology

Computing

Other technologies

Other