Difference between revisions of "IB Computer Science II"

From WLCS
(Monday (11/3/08))
Line 4: Line 4:
  
 
== Monday (11/3/08) ==
 
== Monday (11/3/08) ==
 +
'''Warmup:'''
 +
* On a separate sheep of paper, please answer the following questions:
 +
** In a dynamically-sized queue's isEmpty() method, what are the two different cases or scenarios that you check for?
 +
** In a dynamically-sized queue's add() method, what are the two different cases or scenarios?
 +
*** Draw the before and after picture of each of the two scenarios.
 +
** In a dynamically-sized queue's remove() method, what are the two different cases or scenarios?
 +
*** Draw the before and after picture of each of the two scenarios.
 +
 +
'''Agenda:'''
 +
* Secret ballot - Have you installed and used Java or JCreator on your computer at home?
 
* Demo DynamicQueues
 
* Demo DynamicQueues
 +
* Introduction to Linked Lists
  
 
== Archives ==
 
== Archives ==
 
* [[IBCS2 - October]]
 
* [[IBCS2 - October]]
 
* [[IBCS2 - September]]
 
* [[IBCS2 - September]]

Revision as of 10:14, 3 November 2008

Welcome to the IB Computer Science II Homepage!

You may find the old IBCS2 website here: IBCS2_0708

Monday (11/3/08)

Warmup:

  • On a separate sheep of paper, please answer the following questions:
    • In a dynamically-sized queue's isEmpty() method, what are the two different cases or scenarios that you check for?
    • In a dynamically-sized queue's add() method, what are the two different cases or scenarios?
      • Draw the before and after picture of each of the two scenarios.
    • In a dynamically-sized queue's remove() method, what are the two different cases or scenarios?
      • Draw the before and after picture of each of the two scenarios.

Agenda:

  • Secret ballot - Have you installed and used Java or JCreator on your computer at home?
  • Demo DynamicQueues
  • Introduction to Linked Lists

Archives