Prev Up Next
Go backward to 2.2 Text Book
Go up to 2 Syllabus
Go forward to 2.4 Lab Resources

2.3 Class content

  1. Hardware Review See: Nance & Naps Chapter 1 page 7 See section: 5.3
  2. Data Representation
    1. Integer See: Nance & Naps Chapter 2 page 28 and Chapter 3 page 55
    2. Character & String See: Nance & Naps Chapter 2 page 39 See section: 5.3.3
    3. Floating Point See: Nance & Naps Chapter 2 page 39 and Chaper 3 page 57 See section: 5.3.3
    4. Enumeration See: Nance & Naps Chapter 9 page 404 See section: 5.3.3
    5. Addressses & Pointers See: Nance & Naps Chapter 18 page 845
    6. Data Structures See: Nance & Naps Chapter 12 Records page 547
  3. Stored Program and program execution
  4. Translators See section: 5.4.2
  5. Problem definition and Analysis
  6. Structured programming, Algorithms, Flowcharts and Pseudocode See: Nance & Naps Chapter 4 page 95 See: Nance & Naps Chapter 17 page 788 See section: 5.5.3
    1. algorithms
    2. flowcharts
    3. pseudocode See: Nance & Naps Chapter 2 page 21 and Chapter 4 pages 95-98
    4. Nassi-Schneidermann charts
    5. Warnier-Orr diagrams See: Program Design and Construction.
    6. Concept verification
  7. Testing techniques See: Nance & Naps Chapter 17 page 802
  8. Documentation See: Nance & Naps Chapter 4 page 98
  9. String manipulation See section: 5.3.3
  10. Table processing/arrays See: Nance & Naps Chapter 10 page 429
  11. File handling See: Nance & Naps Chapter 13 page 603

Instructor: ltaber@pima.edu** Red's Home page** The Pima College Site

Prev Up Next