User:Vinoth 4u/My Sandbox
From WikiEducator
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 :
- http://www.cplusplus.com/doc/tutorial/arrays/
- https://class.coursera.org/proglang-2012-001/lecture/index
- http://www.oercommons.org/courses/arrays-and-functions/view
- http://cnx.org/content/m31245/latest/#uid1
- http://cnx.org/content/m27289/latest/
- http://cnx.org/content/m34088/latest/
- http://www.youtube.com/watch?v=u3FZmUVT6V4
- http://en.wikibooks.org/wiki/C_Programming/Arrays
Practice Quiz:
- http://www.cs.iastate.edu/~honavar/JavaNotes/Notes/chap46/chap46quiz.html
- http://www.cs.iastate.edu/~honavar/JavaNotes/Notes/chap47/chap47quiz.html
- http://www.cprogramming.com/tutorial/quiz/quiz8.html
- http://newton.uor.edu/facultyfolder/patriciacornez/cs110/quiz9.html
Content is available under Creative Commons Attribution Share-Alike License.