40 likes | 142 Vues
Explore the fundamentals of arrays, learn how they work, manipulate arrays using for loops, understand array indexing, length, and declaration. Dive deeper into searching and sorting techniques like sequential and binary search, insertion and selection sorting. Gain expertise in 2-D arrays, element declaration, and row understanding for optimal code interpretation and manipulation.
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?