Difference between revisions of "IB Computer Science II"

From WLCS
(Thursday (10/9/08))
Line 2: Line 2:
  
 
You may find the old IBCS2 website here: [http://www.paulbui.net/wl/cs2 IBCS2_0708]
 
You may find the old IBCS2 website here: [http://www.paulbui.net/wl/cs2 IBCS2_0708]
 +
 +
== Monday (10/13/08) ==
 +
'''Warmup:'''
 +
* IB exam registration.
 +
* Everyone will take the HL exam
 +
 +
'''Agenda:'''
 +
* [[CircularQueue Assignment]]
 +
* [[Media:CircularQueueMain.java]]
 +
* Be sure to change all the CircularQueue instances to Queue. What you should find is that your Queue does not work.  Why?
 +
* Change all the Queue instances back to CircularQueue.  We shall create a new Queue class called CircularQueue
 +
*
  
 
== Thursday (10/9/08) ==
 
== Thursday (10/9/08) ==

Revision as of 10:15, 13 October 2008

Welcome to the IB Computer Science II Homepage!

You may find the old IBCS2 website here: IBCS2_0708

Monday (10/13/08)

Warmup:

  • IB exam registration.
  • Everyone will take the HL exam

Agenda:

  • CircularQueue Assignment
  • Media:CircularQueueMain.java
  • Be sure to change all the CircularQueue instances to Queue. What you should find is that your Queue does not work. Why?
  • Change all the Queue instances back to CircularQueue. We shall create a new Queue class called CircularQueue

Thursday (10/9/08)

Warmup:

  • Why do we use queues?
  • Give an example of a queue in the room
  • Identify the following parts in each of the method declarations: access type, return type, method name, parameters
    • public int getSize()
    • private String whatNot(String whatFor)
    • public void print(int size, String stuff)

Agenda:

  • Reminder: Dossier Criteria for Success due TOMORROW
  • Demo your Queue.java and Queue.main
  • Work on your Criteria for Success

Tuesday - Wednesday (10/7/08 - 10/8/08)

Warmup:

  • What does LIFO stand for?
  • What are the operations we can use on a stack?
  • When do we use stacks?

Agenda:

Monday (10/6/08)

Wednesday - Friday (10/1/08 - 10/3/08)

  • Complete adding selectionSort() and bubbleSort() to your AddressBook
  • Demo missing work to Mr. Bui
  • Read through Media:CriterionA2_criteriaforSuccess.doc
  • Begin working on your Criteria for Success. It will be due next week.

Archives

IBCS2 - September