1 / 8

Understanding Arrays in Programming: Key Concepts and Applications

This resource explores important aspects of arrays in programming, detailing their structure and usage. Topics include sequential searching in arrays, totaling values, and an introduction to parallel and 2D arrays. Emphasis is placed on understanding conditional statements and repetition with nested loops, especially in C#. The reading assignments cover crucial concepts from various chapters, guiding you through practical applications in coding. Prepare for assessments with quizzes reinforcing these principles, ensuring you grasp the essential knowledge required for programming success.

scott
Download Presentation

Understanding Arrays in Programming: Key Concepts and Applications

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. CSS 290: Video Games and Computer Programming

  2. Reading: Conditional Statements PLAD, Chapter 8 (“Arrays”) 8.1: Overview – READ CLOSELY! 8.2: Sequentially Searching An Array Not as important for us as 8.3 is 8.3: Processing The Contents Of An Array Totaling the values in an array  8.4 – Parallel arrays We look at this later 8.5 – 2D arrays – SKIP THIS CSS 290 2

  3. Reading: Conditional Statements PLAD, Chapter 5 (“Repetition”) 5.6 – Nested Loops CSS 290 3

  4. Reading: Conditional Statements C#2005: Chapter 10 Arrays Read PLAD first/most, then use this to figure out what to type  CSS 290 4

  5. This lecture Reading Quizzes (3) Finish the ‘Loops in C#’ topic from last lecture Start looking at arrays CSS 290 5

  6. Next lecture Industry Guest Speaker Bring your questions Read up on anything you’re curious about Continue working with arrays CSS 290 6

  7. Due Today A5 (initial version) A4 Revision CSS 290 7

  8. Quizzes 3 quizzes today Make sure you fill out all three!! CSS 290 8

More Related