Difference between revisions of "IB Computer Science 2"

From WLCS
Line 8: Line 8:
 
'''Homework:'''
 
'''Homework:'''
 
* Complete Criterion A: Planning of your Internal Assessment (due by '''Friday 10/11/13''')
 
* Complete Criterion A: Planning of your Internal Assessment (due by '''Friday 10/11/13''')
** Complete IA Guidelines - [[Media:IBCS_InternalAssessmentGuidelines.pdf]]
+
** [[Media:IBCS_InternalAssessmentGuidelines.pdf]]
** IA Checklist - [[Media:IBCS_InternalAssessmentChecklist.doc]]
+
** [[Media:IBCS_InternalAssessmentChecklist.doc]]
 
** [http://ibpublishing.ibo.org/live-exist/rest/app/tsm.xql?doc=d_4_comsc_tsm_1201_1_e&part=4&chapter=5 IA Criteria (Rubric)]
 
** [http://ibpublishing.ibo.org/live-exist/rest/app/tsm.xql?doc=d_4_comsc_tsm_1201_1_e&part=4&chapter=5 IA Criteria (Rubric)]
 
** [http://ibpublishing.ibo.org/live-exist/rest/app/tsm.xql?doc=d_4_comsc_tsm_1201_1_e&part=4&chapter=7 Example IAs]
 
** [http://ibpublishing.ibo.org/live-exist/rest/app/tsm.xql?doc=d_4_comsc_tsm_1201_1_e&part=4&chapter=7 Example IAs]

Revision as of 07:27, 7 October 2013

Monday (10/7/13)

Agenda:

  • Stacks quiz
  • Finish static stack implementation & review
  • Queues - Media:Queues.ppt
  • Create a NumQueue class (static size)

Homework:

Thursday (10/3/13)

Agenda:

  • Stacks - Media:Stacks.ppt
    • Stacks quiz on Monday (10/7/13)
    • Be able to describe the characteristics of a stack
    • Be able to explain the operations of a stack
    • Be able to describe different stack applications
    • If given a list or an array, be able to explain their use as stacks
  • Python Classes Review - Media:PythonClasses.pptx
  • NumStack Class (static-size) walk-through

Tuesday (10/1/13)

Warmup:

Agenda:

  • Searching & Sorting Quiz (~20 minutes)
  • Demo missing matrixAdd() and matrixSub()
  • Demo completed fliplr(m) and flipud(m)
  • Internal Assessment Materials
  • Henceforth...all free time...will be spent working on your IA

Archives