IBCS2 - 1314 - November

From WLCS

Wednesday - Friday (11/27/13 - 11/29/13)

  • Thanksgiving Break

Monday (11/25/13)

Agenda:

  • Logic gate symbols review
  • Computer Architecture Quiz & Boolean Logic Quiz
  • Work on IA Project

Thursday (11/21/13)

Agenda:

Tuesday (11/19/13)

Agenda:

  • NVCC Dual Enrollment
    1. Complete the NVCC admission application (obtain your NVCC student ID #)
    2. Write your name and NVCC student ID# on the placement sheet
    3. Circle and write your scores that place you out of the COMPASS exam
    4. Complete the NVCC Student ID# Survey
  • Media:CPU_Advanced.ppt (This lecture is not in the IB curriculum anymore)
  • Media:BooleanLogic.ppt
  • Work on IA Project

Friday (11/15/13)

Agenda:

Wednesday (11/13/13)

Agenda:

  • Turn in Criterion B: Solution overview (print it out)
  • Binary Tree Quiz
  • Internal Assessment project updates
  • Work on your Internal Assessment (and be able to answer the following questions)
    1. What programming language and technologies will you use?
    2. What kind of programming environment do you need? (e.g. web server?)
    3. How will you write your code on more than one computer? (Source control) (e.g. Git, Dropbox, flashdrive?)

Friday (11/8/13)

Agenda:

Wednesday (11/6/13)

Warmup:

  1. Insert the following into a binary tree: 3, 4, 2, 8, 7, 5
  2. What is the in-order traversal/output of the binary tree created?
  3. What is the pre-order traversal/output of the binary tree created?
  4. What is the post-order traversal/output of the binary tree created?

Agenda:

Friday (11/1/13)

Warmup:

  • Insert the following into a binary tree: 3, 4, 2, 8, 7, 5

Agenda:

  • Introduction to Binary Trees
  • What does the IB expect you to know about Binary Trees?
    • Diagrams and descriptions for building, adding, removing, and searching in a binary tree
    • In-order, pre-order, and post-order tree traversals
    • Tracing recursive algorithms