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.)
Make an array of grades (A, A-, B+, B, ...) and a parallel array of the corresponding
weights (4, 3.667, 3.333, 3, ...).
Use the page's onload event to call a function that loops through the
elements of the array and populates a drop-down select. The user should see the
grades, but that values passed through the code should be the grade array's
indices: 0 for A, 1 for A-, 2 for B+, 3 for B, ...
Have a button that allows the user to enter the grade. Then
display the grade and its corresponding weight (they have the same
index which is the value obtained from the drop-down select).
Due: Oct. 27
Monday:
Fall Break
Wednesday:
Anticipated date for Test 2 (on Loops and Timers): Thursday, Oct. 30