Two-dimensional arrays

From Computer Science Wiki
Revision as of 16:36, 10 December 2018 by Mr. MacKenty (talk | contribs) (Created page with "right|frame|Programming basics<ref>http://www.flaticon.com/</ref> 2 Dimensional Arrays. ... Like a 1D array, a 2D array is a collection of data cells, all...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Programming basics[1]

2 Dimensional Arrays. ... Like a 1D array, a 2D array is a collection of data cells, all of the same type, which can be given a single name. However, a 2D array is organized as a matrix with a number of rows and columns.[2]

Standards[edit]

  • Construct algorithms using pre- defined sub-programmes, one- dimensional arrays and/or collections.


References[edit]