User:Vinoth 4u/My Sandbox

From WikiEducator
Jump to: navigation, search

Arrays in Programming Languages

An array is a series of elements of the same type placed in contiguous memory locations that can be individually referenced by adding an index to a unique identifier.


Category : Information Technology

Objective : The content will provide a detail coverage of arrays in programming. The students will be able to understand the fundamentals of arrays in programming.

Target Audience : Undergraduate students

Resources :

  1. http://www.cplusplus.com/doc/tutorial/arrays/
  2. https://class.coursera.org/proglang-2012-001/lecture/index
  3. http://www.oercommons.org/courses/arrays-and-functions/view
  4. http://cnx.org/content/m31245/latest/#uid1
  5. http://cnx.org/content/m27289/latest/
  6. http://cnx.org/content/m34088/latest/
  7. http://www.youtube.com/watch?v=u3FZmUVT6V4
  8. http://en.wikibooks.org/wiki/C_Programming/Arrays


Practice Quiz:

  1. http://www.cs.iastate.edu/~honavar/JavaNotes/Notes/chap46/chap46quiz.html
  2. http://www.cs.iastate.edu/~honavar/JavaNotes/Notes/chap47/chap47quiz.html
  3. http://www.cprogramming.com/tutorial/quiz/quiz8.html
  4. http://newton.uor.edu/facultyfolder/patriciacornez/cs110/quiz9.html



Content is available under Creative Commons Attribution Share-Alike License.