View Single Post
Old 29 Oct 2009, 6:57 PM   #15 (permalink)
Nivek5
Junior Member
 
HSC: 2009
Gender: Male
 
Join Date: Dec 2008
Posts: 48
 
Last Activity:
16 Dec 2009, 5:21 PM
 
Nivek5 is on a distinguished road
Re: SDD study thread

Quote:
Originally Posted by wolfhunter2 View Post
Q. Explain the differences between single arrays, multidimensional arrays and array of records.
To begin, they both can only use one data type.
Arrays can also be within one another, so an array can be within an array.


The main difference would be that a single dimension array only contains 1 index.
up to one thousand index' can be in a single dimension array
So Searching Index 5, would find the 5th index in the array

Multi-dimensional arrays have many number of indexes.
Much like an excel spreadsheet, or a chess board. (2-d)
Or a cube, having an index for each length, width and depth (3-d)


Q. What are casetools, Provide an example or so of what they can do
Also, is anyone else doing evolution of programming languages?
Nivek5 当前离线   Reply With Quote