Arrays

Objective #1: Be able to declare and initialize arrays.

Objective #2: Be able to use arrays with assignment statements.

Objective #3: Be able to use loops in conjunction with arrays to allow the user to input data into an array and be able to use loops with arrays to display data stored in an array.

Objective #4: Identify when to use parallel arrays and be able to use them effectively to store related sets of data.

Objective #5: Understand sequential searching and be able to search a one-dimensional array for a given key.

The material below this point may not be included in this course or any exams. See the instructor for clarification.

Objective #6: Understand binary searching.

Objective #7: Be able to use two-dimensional arrays.

Objective #8: Be able to interpret and use double-nested loops to effectively display the elements of a two-dimensional array.