WMich Home

 

CS Home

 

Ajay Gupta's Home

 

CS1120 Home

Class Policies  & Syllabus

Topics Covered

Example Codes

Home Work I

Home Work II

Home Work III

Home Work IV

  Home Work V

  Home Work VI

 

Message  Board

Class List

Reading List

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Email webmaster

 

CS 1120 - Computer Science II – Fall 2008

 

Broadcast Message

Access your BlackboardVista (aka webCT) area for lecture notes, assignments, announcements etc.

Exam1 on October 2, 2008 at 11:30am

Exam2 on November 6, 2008 at 11:30am

Final Exam on December 10, 2008 at 8:00am


Class Policies & Syllabus


Office Hrs: browse the linked table for Fall 08 CS1120 teaching staff’s office hours


Topics Covered/Reading


You may browse Prof. Lilien's CS1120 webpage at http://www.cs.wmich.edu/~llilien/teaching/2007fall/cs1120/index.htm for additional lecture notes (than what blackboard vista / webct contains) and information.


c# Refresher


Examples:

  1. Read from a text file
  2. Worksheet 1 – practice outside of class; ask questions in class.
  3. Worksheet 2 - Recursion worksheet
  4. InheritPointCircle
  5. Worksheet3
  6. Worksheet4
  7. ComplexNumbers Example – mainly for operator overloading, exception handling and file i/o  - the ComplexNumberTest file and the ComplexNumber class file
  8. Worksheet5
  9. Exception Handling and File I/o notes from CS1110
  10. Exception Handling Example codes
  11. Using exceptions – more practice
  12. Fractions class – more practice for operator overloading and exceptions.
  13. Delegates Example – bubble sort with comparator passed as method – skip this for now
  14. String manipulation – deckOfCards example.
  15. Regular Expressions –  rules summary
  16. RegularExpressions – c# winApp example to validate personal information.
  17. File manipulations -  fileTest winApp example (files and folders)
  18. Serializable files – sequential access versus random access files – bank library example
  19. Collections: usingArray example
  20. Collections: ArrayList example
  21. Collections: Stack example
  22. Collections: SortedDictionary example
  23. Collections: LinkedLists example