1 / 4

Chapter 6 Test Review

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.

lucie
Download Presentation

Chapter 6 Test Review

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 6 Test Review Arrays

  2. Basics • How they work • index starts at 0 • array.length • Using for loops to go through them • Declaring • Interpreting code using arrays

  3. Searching/Sorting • Searching • Sequential • Binary • Sorting • Insertion • Selection • Swapping • Be able to “walk through” both types

  4. Other • 2-D arrays • How to declare • What is an element? • What is a row?

More Related