IBCS2 - 1112 - December

From WLCS

Friday (12/23/11) - Friday (12/30/11)

  • Winter Break

Wednesday (12/21/11)

Warmup:

  1. Bring up your Dossier progress
  2. Using a flow chart, illustrate the process of recording a live CD, beginning with the artist singing into the microphone
  3. Convert the following hexadecimal number to binary: 2B0F
  4. Convert the following binary number to hexadecimal: 0100111010101000

Agenda:

  • Dossier Progress Check during warmup
  • Turn in algorithms section
  • Binary Addition
  • Analog Signal Woes (interesting, but not on IB exam)
    • Media:AnalogProblems.ppt
    • What is noise?
    • Radio signals
    • TV signals (video signals)
    • Audio signals (through audio cables)
    • Signal-to-Noise Ratio
  • Why is digital better than analog?

Winter Break Homework:

  • CODE CODE CODE!
  • Work on your dossier project
  • Goal - completed dossier code by mid-January

Monday (12/19/11)

Agenda:

Homework:

Thursday (12/15/11)

Warmup:

Agenda:

  • Go over Big O Practice Problems
  • Introduction to Binary - Media:Binary.ppt
  • Introduction to Binary #2 - Media:Binary2.ppt
  • Binary Games - Play individually or as a class?
  • Binary Quiz on Monday (12/19/10)
  • Dossier Progress Check on Wednesday (12/21/10)
    • You will demo / present completion of the following components in your dossier:
      • Basic container class (e.g. Contact)
      • Node class (e.g. ContactLLNode or ContactBTNode)
      • Partial completion of your major data structure (e.g. ContactLL or ContactBT)

Homework:

  • Binary Quiz on Monday (12/19/10)
  • Dossier Progress Check on Wednesday (12/21/10)
  • Dossier - Criterion B2: Algorithms due Wednesday (12/21/11)

Tuesday (12/13/11)

Warmup:

  • What are the different methods of input and output? (specific types)
  • When testing data, what are the 3 types of test data should you use. (specific types)
  • Turn in your Data Structures section

Agenda:

Friday (12/9/11)

Agenda:

Monday - Wednesday (12/5/11 - 12/7/11)

Agenda:

  • Dual Enrollment forms?
  • Demo your completed AddressBook w/ Menu and Binary Tree
  • Demo your completed Celcius Converter Tutorial
  • Quadratic Formula GUI
    • Create a GUI program that meets the requirements of the Quadratic Formula Assignment
    • Don't forget that you'll need to use Math.pow() for exponents in Java
    • 3 input boxes, a few labels, a button, and an output textbox would be great!
  • B1: Data Structures - Media:CriterionB1_dataStructures.doc
    • Due Tuesday, December 13th

Thursday (12/1/11)

Agenda:

  • Binary Trees Quiz
  • Dual Enrollment forms?
  • Demo your completed AddressBook w/ Menu and Binary Tree
  • Demo your completed Celcius Converter Tutorial
  • Quadratic Formula GUI
    • Create a GUI program that meets the requirements of the Quadratic Formula Assignment
    • 3 input boxes, a few labels, a button, and an output textbox would be great!