80 likes | 206 Views
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.
E N D
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
Reading: Conditional Statements PLAD, Chapter 5 (“Repetition”) 5.6 – Nested Loops CSS 290 3
Reading: Conditional Statements C#2005: Chapter 10 Arrays Read PLAD first/most, then use this to figure out what to type CSS 290 4
This lecture Reading Quizzes (3) Finish the ‘Loops in C#’ topic from last lecture Start looking at arrays CSS 290 5
Next lecture Industry Guest Speaker Bring your questions Read up on anything you’re curious about Continue working with arrays CSS 290 6
Due Today A5 (initial version) A4 Revision CSS 290 7
Quizzes 3 quizzes today Make sure you fill out all three!! CSS 290 8