Skip to main contentCal State San Bernardino / [CNS] / [Comp Sci Dept] / [R J Botting] >> [CSci202] >> schedule
[Index] [Schedule] [Syllabi] [Text] [Labs] [Projects] [Resources] [Search] [Contact] [Grading]
Notes: [01] [02] [03] [04] [05] [06] [07] [08] [09] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20]
Tue Jun 5 09:27:12 PDT 2007

Contents


    Csci202 Schedule Spring 2007

    #DatesPrepareTopic
    14/2-Doing well in CSci202 [ 01.html ] [ lab01.html ]
    24/3Ch 1, Ch 2,Ch 3,Ch 4, A, BReview CSci201 Material [ 02.html ] [ lab01.html ]
    34/9Ch 5 not 5.4.8How RAM works: data and pointers [ 03.html ] [ lab02.html ]
    -4/11P 1Project 1 (Ch 5) due
    44/11Ch 6Objects in C++ and the UML [ 04.html ] [ lab02.html ]
    -4/11*Quiz 1 on Ch 1..5 and/or P 1
    54/16Ch 7Classes in C++ and the UML [ 05.html ] [ lab03.html ]
    -4/18P 2Project 2 (Ch 7) due
    64/18Ch 8, not 8.6More about C++ classes [ 06.html ] [ lab03.html ]
    -4/20-Last day to drop
    74/23Ch 9Deriving classes and Inheritance [ 07.html ] [ lab04.html ]
    84/25UMLModeling: A picture is worth 1K words. [ 08.html ] [ lab04.html ] [ uml0.html ]
    94/30Ch 10Exceptions: when bad things happen to good code [ 09.html ] [ lab05.html ]
    -4/30*Quiz 2 on Ch 6..9 and/or UML
    -5/2P 3Project 3 (Ch 9) due
    105/2Ch 11.1..11.5Input/Output [ 10.html ] [ lab05.html ]
    115/7Ch 11.6, 11.8, 11.9Files and Strings [ 11.html ] [ lab06.html ]
    125/9Ch 12Containers [ 12.html ] [ lab06.html ]
    135/14BigO ALGComparing and choosing algorithms
    -5/14*Quiz 3 on Ch 10 & 11 [ 13.html ] [ lab07.html ]
    -5/16P 4Project 4 (Ch 11) due
    145/16CAlgorithms in the C++ Library [ 14.html ] [ lab07.html ]
    155/21Ch 13.1,Ch 13.2Dynamic Data Structures [ 15.html ] [ lab08.html ]
    165/23Ch 13.3, but not 13.4...Iterators [ 16.html ] [ lab08.html ]
    -5/23*Quiz 4 on Ch 12 + ALG + BigO + C
    -5/28*Memorial Day HOLIDAY
    175/30Ch 14.1Templates and Generic Code [ 17.html ] [ lab09.html ]
    -6/4P 5Project 5 (Ch 13.1..11) due
    186/4Ch 14.2Generic/template functions [ 18.html ] [ lab09.html ]
    196/6Ch 15Namespaces, Bits, etc. [ 19.html ] [ lab10.html ]
    206/11AllReview [ 20.html ] [ lab10.html ]
    -6/13 2pmFinal DeadlineHand in P5 (again) before final or 0 points
    Final6/13 2pm-4pmReview allComprehensive
  1. A::=Appendix A in text.
  2. B::=Appendix B in text.
  3. C::=Appendix C in text.
  4. Ch::=Chapter in text.
  5. P::=Project.
  6. UML::=Unified Modelling Language, see [ uml0.html ]
  7. ALG::=Handout on the complexity of algorithms. [ alg.html ]
  8. BigO::=Notes on Asymptotic notation, [ alg.html ]

    Abbreviations

  9. TBA::="To Be Announced", something I have to do.
  10. TBD::="To Be Done", something you have to do.
  11. Dia::="A free Open Source Diagramming tool for Linux, Windoze, etc. ".
  12. YAGNI::="You Ain't Gonna Need It".
  13. DRY::="Don't Repeat Yourself".

End