[Texas PLT logo]

COMP 202: Principles of Object-Oriented Programming II

  Welcome & Administration  

Today's Menu:

Administrivia

  1. The COMP 202 home page and what you can find there
  2. General course info:
    1. Who -- the staff: see the Information link.
    2. What -- the assignments, etc.
      1.  Weekly programming assignments plus a final case study plus 3 exams.
      2. Electronically dropping off homework
    3. Where - the labs
      1. Get an Owlnet PC Password!  Go to https://apply.rice.edu/
      2. Sign up for a lab.
      3. Go to your preferred lab this week
    4. How - the Honor System
  3. Assignment due Wednesday! Please fill out the Learning Styles Questionnaire, print the results out, and hand them in on Wednesday.

Review of Fundamental Data Structures

  1. The Immutable List Framework: Store data in a linear fashion in order to process them sequentially; the structure is immutable, meaning it cannot be modified once created.
  2. The Mutable List Framework: Store data in a linear fashion in order to process them sequentially; mutation of the structure is allowed.

 

  Welcome & Administration  

URL: http://www.clear.rice.edu/comp202/08-fall/lectures/welcome/index.shtml
Copyright © 2008-2010 Mathias Ricken and Stephen Wong