Provide a brief definition of the following terms (in the interface
programming context):
Array
Array element
Array index
Sort an array
Search an array
Instanstiate an array versus Initialize an array
If you use a source (book or web site), cite your source. (The sites
http://whatis.techtarget.com/ and http://www.webopedia.com/ are decent
sources for technical definitions.) The section on arrays is in
Chapter 2 of Beginning JavaScript (Wilton and McPeak).
A question came up about setting the style's position attribute to absolute. In Visual
Studio one can click on the style of an element in the Properties Window. That brings
up a dialog box. Under the category position, one can set the position to absolute, set
the width, left, etc. Alternately one can just type in a style attribute in the
desired tag, e.g. style="position: absolute; width: 300px; left: 20px"