Question:

What is a array in math!!?

by Guest62913  |  earlier

0 LIKES UnLike

What is a array in math!!?

 Tags:

   Report

3 ANSWERS


  1. an array is a pattern of objects with a certain length and width. the stars on the american flag are NOT an array. ex:

    ooooooooooo   /   o o o o o o

    ooooooooooo   /    o o o o o o

    ooooooooooo   /   o o o o o o

    ooooooooooo   /    o o o o o o

    right             /           wrong


  2. In computer science an array is a data structure consisting of a group of elements that are accessed by indexing. In most programming languages each element has the same data type and the array occupies a contiguous area of storage.

    Most programming languages have a built-in array data type, although what is called an array in the language documentation is sometimes really an associative array. Conversely, the contiguous storage kind of array discussed here may alternatively be called a vector, list,[1] or table.[2]

    Some programming languages support array programming (e.g., APL, newer versions of Fortran) which generalises operations and functions to work transparently over arrays as they do with scalars, instead of requiring looping over array members.

    Multi-dimensional arrays are accessed using more than one index: one for each dimension.

    Arrays can be classified as fixed-sized arrays (sometimes known as static arrays) whose size cannot change once their storage has been allocated, or dynamic arrays, which can be resized.


  3. Arrays are normally used in computer programming and are similar to a matrix with labels for the rows or columns or both...

    It is just columns and rows of information like numbers, etc

    Good example is a calender

      

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.