Difference between revisions of "IB Computer Science II"

From WLCS
(Replacing page with '== Monday - Wednesday (12/1/08 - 12/3/08) == * Recursion Exercises * Software Lifecycle * Dossier Programming == Archives == * IBCS2 - November * IBCS2 - October * [[I...')
(Monday - Wednesday (12/1/08 - 12/3/08))
Line 1: Line 1:
 
== Monday - Wednesday (12/1/08 - 12/3/08) ==
 
== Monday - Wednesday (12/1/08 - 12/3/08) ==
* Recursion Exercises
+
* IMPORTANT: USE THIS CLASS TIME WISELY!
* Software Lifecycle
+
* Dossier Programming Days - use this time in class to begin programming the classes you will use in your dossier
* Dossier Programming
+
** Create your basic container classes (e.g. Person, Schedule, Book, Order, Ticket, etc.).  They should contain the following:
 +
*** private attributes
 +
*** default constructor
 +
*** specific constructor
 +
*** setters
 +
*** getters
 +
** Create any classes that may contain these other classes (e.g. Library, AddressBook, etc.)
 +
** Using your prototype solution as a guide, you should begin creating the main menu system for your dossier.
 +
* When Mr. Bui returns, you should be able to show him all the basic container classes AND a basic menu system
  
 
== Archives ==
 
== Archives ==

Revision as of 14:37, 26 November 2008

Monday - Wednesday (12/1/08 - 12/3/08)

  • IMPORTANT: USE THIS CLASS TIME WISELY!
  • Dossier Programming Days - use this time in class to begin programming the classes you will use in your dossier
    • Create your basic container classes (e.g. Person, Schedule, Book, Order, Ticket, etc.). They should contain the following:
      • private attributes
      • default constructor
      • specific constructor
      • setters
      • getters
    • Create any classes that may contain these other classes (e.g. Library, AddressBook, etc.)
    • Using your prototype solution as a guide, you should begin creating the main menu system for your dossier.
  • When Mr. Bui returns, you should be able to show him all the basic container classes AND a basic menu system

Archives