0%

ALL meanings of array

ar·ray
A a
  • countable noun array An array of different things or people is a large number or wide range of them. 3
  • countable noun array An array of objects is a collection of them that is displayed or arranged in a particular way. 3
  • countable noun array An array of instruments such as telescopes or solar panels is a number of them that are connected together to form a single unit. 3
  • countable noun array In science and mathematics, an array of things such as atoms or numbers is a regular pattern or structure that is formed by them. 3
  • noun array an impressive display or collection 3
  • noun array an orderly or regular arrangement, esp of troops in battle order 3
  • noun array rich clothing; apparel 3
  • noun array a sequence of numbers or symbols in a specified order 3
  • noun array a set of numbers or symbols arranged in rows and columns, as in a determinant or matrix 3
  • noun array an arrangement of aerials spaced to give desired directional characteristics, used esp in radar 3
  • noun array a panel of jurors 3
  • noun array the arming of military forces 3
  • noun array 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 3
  • verb array to dress in rich attire; adorn 3
  • verb array to arrange in order (esp troops for battle); marshal 3
  • verb array to draw up (a panel of jurors) 3
  • verb transitive array to place in order; marshal (troops for battle, etc.) 3
  • verb transitive array to dress in fine or showy attire; deck out 3
  • noun array an orderly grouping or arrangement, esp. of troops 3
  • noun array troops in order; military force 3
  • noun array an impressive display of assembled persons or things 3
  • noun array fine clothes; finery 3
  • noun array a group of two or more logically related elements, identified by a single name and usually stored in consecutive storage locations in main memory 3
  • noun array a systematic arrangement of numbers or symbols in rows and columns 3
  • noun array display 1
  • noun array variety, range 1
  • noun array troops: line-up 1
  • noun array data: arrangement 1
  • noun array mathematics: matrix 1
  • transitive verb array troops: line up 1
  • noun array dress 1
  • transitive verb array dress in formal or ornamental clothing 1
  • verb with object array to place in proper or desired order; marshal: Napoleon arrayed his troops for battle. 1
  • verb with object array to clothe with garments, especially of an ornamental kind; dress up; deck out: She arrayed herself in furs and diamonds. 1
  • noun array order or arrangement, as of troops drawn up for battle. 1
  • noun array military force, especially a body of troops. 1
  • noun array a large and impressive grouping or organization of things: He couldn't dismiss the array of facts. 1
  • noun array regular order or arrangement; series: an array of figures. 1
  • noun array a large group, number, or quantity of people or things: an impressive array of scholars; an imposing array of books. 1
  • noun array attire; dress: in fine array. 1
  • noun array an arrangement of interrelated objects or items of equipment for accomplishing a particular task: thousands of solar cells in one vast array. 1
  • noun array Mathematics, Statistics. an arrangement of a series of terms according to value, as from largest to smallest. an arrangement of a series of terms in some geometric pattern, as in a matrix. 1
  • noun array Computers. a block of related data elements, each of which is usually identified by one or more subscripts. 1
  • noun array Radio. antenna array. 1
  • noun Technical meaning of array 1.   (programming)   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)   A processor array, not to be confused with an array processor. 1
  • noun array An impressive display or range of a particular type of thing. 1
  • noun array Clothing and ornamentation. 0
  • noun array A collection laid out to be viewed in full. 0
  • noun array An orderly series, arrangement or sequence. 0
  • noun array Order; a regular and imposing arrangement; disposition in regular lines; hence, order of battle. 0
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?