Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
1,738,656,988 visitors served.
forum mailing list For webmasters
?
New: Language forums
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

array
(redirected from regalia)

   Also found in: Dictionary/thesaurus, Wikipedia, Hutchinson 0.06 sec.

array

An ordered arrangement of data elements. A vector is a one dimensional array, a matrix is a two-dimensional array. Most programming languages have the ability to store and manipulate arrays in one or more dimensions. Multi-dimensional arrays are used extensively in scientific simulation and mathematical processing; however, an array can be as simple as a pricing table held in memory for instant access by an order entry program. See subscript.


array
1. Maths a sequence of numbers or symbols in a specified order
2. Maths a set of numbers or symbols arranged in rows and columns, as in a determinant or matrix
3. Electronics an arrangement of aerials spaced to give desired directional characteristics, used esp in radar
4. Law a panel of jurors
5. Computing a regular data structure in which individual elements may be located by reference to one or more integer index variables, the number of such indices being the number of dimensions in the array

array [ə′rā]
(computer science)
A collection of data items with each identified by a subscript or key and arranged in such a way that a computer can examine the collection and retrieve data from these items associated with a particular subscript or key.
(electronics)
A group of components such as antennas, reflectors, or directors arranged to provide a desired variation of radiation transmission or reception with direction.
(statistics)
The arrangement of a sequence of items in statistics according to their values, such as from largest to smallest.

1.(programming)array - A collection of identically typed data items distinguished by their indices (or "subscripts"). The number of dimensions an array can have depends on the language but is usually unlimited.

An array is a kind of aggregate data type. A single ordinary variable (a "scalar") could be considered as a zero-dimensional array. A one-dimensional array is also known as a "vector".

A reference to an array element is written something like A[i,j,k] where A is the array name and i, j and k are the indices. The C language is peculiar in that each index is written in separate brackets, e.g. A[i][j][k]. This expresses the fact that, in C, an N-dimensional array is actually a vector, each of whose elements is an N-1 dimensional array.

Elements of an array are usually stored contiguously. Languages differ as to whether the leftmost or rightmost index varies most rapidly, i.e. whether each row is stored contiguously or each column (for a 2D array).

Arrays are appropriate for storing data which must be accessed in an unpredictable order, in contrast to lists which are best when accessed sequentially. Array indices are integers, usually natural numbers, whereas the elements of an associative array are identified by strings.
2.(architecture)array - A processor array, not to be confused with an array processor.


How to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Email
Feedback
? Mentioned in
 
Encyclopedia browser? ? Full browser
 
 
Encyclopedia
?

Disclaimer | Privacy policy | Feedback | Copyright © 2009 Farlex, Inc.
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. Terms of Use.