40 likes | 135 Views
Chapter 6 Test Review. Arrays. Basics. How they work index starts at 0 array.length Using for loops to go through them Declaring Interpreting code using arrays. Searching/Sorting. Searching Sequential Binary Sorting Insertion Selection Swapping Be able to “walk through” both types.
E N D
Chapter 6 Test Review Arrays
Basics • How they work • index starts at 0 • array.length • Using for loops to go through them • Declaring • Interpreting code using arrays
Searching/Sorting • Searching • Sequential • Binary • Sorting • Insertion • Selection • Swapping • Be able to “walk through” both types
Other • 2-D arrays • How to declare • What is an element? • What is a row?