In Computer Science
Generally, a collection of 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 that generalizes arrays to arbitrary indices
or various kinds of the above, such as
- Bit array or bit vector
- Dynamic array, allocated at run time
- Parallel array of records, with each field stored as a separate array
- Sparse array, with most elements omitted, to store a sparse matrix
- Variable-length array
- Jagged array, where the rows have different lengths individually
or various related concepts:
- Array processor, a computer to process arrays of data (not to be confused with a processor array)
- 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:
- Global Arrays, a library for parallel processing
- Intel Array Visualizer, a piece of scientific graphics software
Read more about this topic: Array
Famous quotes containing the words computer and/or science:
“The analogy between the mind and a computer fails for many reasons. The brain is constructed by principles that assure diversity and degeneracy. Unlike a computer, it has no replicative memory. It is historical and value driven. It forms categories by internal criteria and by constraints acting at many scales, not by means of a syntactically constructed program. The world with which the brain interacts is not unequivocally made up of classical categories.”
—Gerald M. Edelman (b. 1928)
“The puritanical potentialities of science have never been forecast. If it evolves a body of organized rites, and is established as a religion, hierarchically organized, things more than anything else will be done in the name of decency. The coarse fumes of tobacco and liquors, the consequent tainting of the breath and staining of white fingers and teeth, which is so offensive to many women, will be the first things attended to.”
—Wyndham Lewis (18821957)